| Index: chrome/browser/safe_browsing/module_integrity_unittest_util_win.cc | 
| diff --git a/chrome/browser/safe_browsing/module_integrity_unittest_util_win.cc b/chrome/browser/safe_browsing/module_integrity_unittest_util_win.cc | 
| deleted file mode 100644 | 
| index 9be57d3935524a3966aa6c80fed28826e83e2c28..0000000000000000000000000000000000000000 | 
| --- a/chrome/browser/safe_browsing/module_integrity_unittest_util_win.cc | 
| +++ /dev/null | 
| @@ -1,20 +0,0 @@ | 
| -// 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/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 | 
|  |