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

Unified Diff: chrome/browser/safe_browsing/remote_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
Index: chrome/browser/safe_browsing/remote_database_manager.cc
diff --git a/chrome/browser/safe_browsing/remote_database_manager.cc b/chrome/browser/safe_browsing/remote_database_manager.cc
index 111a672097a3845d1e8ab36efa0ef35b700c0690..6bf0a259726b152b8c4f7b7be01e50938fdb4d5b 100644
--- a/chrome/browser/safe_browsing/remote_database_manager.cc
+++ b/chrome/browser/safe_browsing/remote_database_manager.cc
@@ -26,6 +26,8 @@ const char kAndroidTypesToCheckParam[] = "types_to_check";
} // namespace
+namespace safe_browsing {
+
//
// RemoteSafeBrowsingDatabaseManager::ClientRequest methods
//
@@ -263,3 +265,5 @@ void RemoteSafeBrowsingDatabaseManager::StopOnIOThread(bool shutdown) {
}
enabled_ = false;
}
+
+} // namespace safe_browsing

Powered by Google App Engine
This is Rietveld 408576698