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

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

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
« no previous file with comments | « chrome/browser/safe_browsing/test_database_manager.h ('k') | chrome/browser/safe_browsing/threat_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/test_database_manager.cc
diff --git a/chrome/browser/safe_browsing/test_database_manager.cc b/chrome/browser/safe_browsing/test_database_manager.cc
index 6ef026e1eb1f50f8ae469bfea82c65e1b9c33b76..791b2fa9e893f7c2de286716b48062b470db52cf 100644
--- a/chrome/browser/safe_browsing/test_database_manager.cc
+++ b/chrome/browser/safe_browsing/test_database_manager.cc
@@ -10,6 +10,8 @@
#include "base/logging.h"
+namespace safe_browsing {
+
bool TestSafeBrowsingDatabaseManager::IsSupported() const {
NOTIMPLEMENTED();
return false;
@@ -104,3 +106,5 @@ void TestSafeBrowsingDatabaseManager::StartOnIOThread() {
void TestSafeBrowsingDatabaseManager::StopOnIOThread(bool shutdown) {
}
+
+} // namespace safe_browsing
« no previous file with comments | « chrome/browser/safe_browsing/test_database_manager.h ('k') | chrome/browser/safe_browsing/threat_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698