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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_api_handler.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/safe_browsing_api_handler.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler.cc b/chrome/browser/safe_browsing/safe_browsing_api_handler.cc
index dfa5a70e55a83f1363b0a567e35b37a2ba4c7b9a..9a3646bb5cdb518fc7b5b72e33539e9ca0070989 100644
--- a/chrome/browser/safe_browsing/safe_browsing_api_handler.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_api_handler.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/safe_browsing/safe_browsing_api_handler.h"
+namespace safe_browsing {
+
SafeBrowsingApiHandler* SafeBrowsingApiHandler::instance_ = NULL;
// static
@@ -15,3 +17,5 @@ void SafeBrowsingApiHandler::SetInstance(SafeBrowsingApiHandler* instance) {
SafeBrowsingApiHandler* SafeBrowsingApiHandler::GetInstance() {
return instance_;
}
+
+} // namespace safe_browsing
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_api_handler.h ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698