blob: 1293bd4ba6d6bb40c745eb2658d2a7e514ade348 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/safe_browsing/incident_reporting/module_integrity_unittest_util_win.h"
#include "base/macros.h"
namespace safe_browsing {
const wchar_t* const kTestDllNames[] = {
L"verifier_test_dll_1.dll",
L"verifier_test_dll_2.dll",
};
const size_t kTestDllNamesCount = arraysize(kTestDllNames);
const char kTestExportName[] = "DummyExport";
} // namespace safe_browsing