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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_api_handler.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/safe_browsing_api_handler.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_api_handler.h b/chrome/browser/safe_browsing/safe_browsing_api_handler.h
index 90d43144137727b04e1231c702987249aa988570..7f33db0c406d3b2e8d8dc9b8228a347ec9c0270d 100644
--- a/chrome/browser/safe_browsing/safe_browsing_api_handler.h
+++ b/chrome/browser/safe_browsing/safe_browsing_api_handler.h
@@ -15,6 +15,8 @@
#include "chrome/browser/safe_browsing/safe_browsing_util.h"
#include "url/gurl.h"
+namespace safe_browsing {
+
class SafeBrowsingApiHandler {
public:
// Singleton interface.
@@ -35,4 +37,7 @@ class SafeBrowsingApiHandler {
// Pointer not owned.
static SafeBrowsingApiHandler* instance_;
};
+
+} // namespace safe_browsing
+
#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_API_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698