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

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

Issue 473693003: Fix verifier_test_dll_1.dll warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def
diff --git a/chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.def
index 22efe2245301c83dc8c8e35c0d750d2cf0073017..105afdd2bb492fe410a5076e098bd90cccce0cbc 100644
--- a/chrome/browser/safe_browsing/verifier_test/verifier_test_dll_1.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
+ DummyExport
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698