Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def

Issue 440753002: The incident reporting service now calls VerifyModule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: the unittest_util files are back! Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def
diff --git a/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def
similarity index 81%
copy from chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
copy to chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def
index bf9fe557bc0818a3d3ae339178ba924767c3ab02..8df51ef347d2b65f7dd23fbcd3655490560b0b97 100644
--- a/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
+++ b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def
@@ -2,7 +2,7 @@
; Use of this source code is governed by a BSD-style license that can be
; found in the LICENSE file.
-LIBRARY "verifier_test_dll.dll"
+LIBRARY "verifier_test_dll_1.dll"
EXPORTS
DummyExport

Powered by Google App Engine
This is Rietveld 408576698