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

Unified Diff: chrome/browser/safe_browsing/test_database_manager.h

Issue 1420053005: Move code in components/safe_browsing_db and chrome/browser/s_b/ under the safe_browsing namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@02_components_move
Patch Set: Remove '// namespace safe_browsing' for a small fwd decl block. Created 5 years, 1 month 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/test_database_manager.h
diff --git a/chrome/browser/safe_browsing/test_database_manager.h b/chrome/browser/safe_browsing/test_database_manager.h
index ad07208d7a4c6b550e878c1582d2e4c9ccb73e7b..0ed8b255b74b0ad6ff868b7f874a43ee7720c138 100644
--- a/chrome/browser/safe_browsing/test_database_manager.h
+++ b/chrome/browser/safe_browsing/test_database_manager.h
@@ -11,6 +11,8 @@
#include "chrome/browser/safe_browsing/database_manager.h"
+namespace safe_browsing {
+
// This is a non-pure-virtual implementation of the SafeBrowsingDatabaseManager
// interface. It's used in tests by overriding only the functions that get
// called, and it'll complain if you call one that isn't overriden.
@@ -42,4 +44,7 @@ class TestSafeBrowsingDatabaseManager
protected:
~TestSafeBrowsingDatabaseManager() override {};
};
+
+} // namespace safe_browsing
+
#endif // CHROME_BROWSER_SAFE_BROWSING_TEST_DATABASE_MANAGER_H_
« no previous file with comments | « chrome/browser/safe_browsing/srt_global_error_win.cc ('k') | chrome/browser/safe_browsing/test_database_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698