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

Unified Diff: chrome/browser/safe_browsing/ui_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/ui_manager.h
diff --git a/chrome/browser/safe_browsing/ui_manager.h b/chrome/browser/safe_browsing/ui_manager.h
index 8d3dba3066612318687b796620cfb8e459addcaa..1fad9299624ab31f6e7c325abdd6ce1e374b7db6 100644
--- a/chrome/browser/safe_browsing/ui_manager.h
+++ b/chrome/browser/safe_browsing/ui_manager.h
@@ -19,8 +19,6 @@
#include "chrome/browser/safe_browsing/safe_browsing_util.h"
#include "url/gurl.h"
-class SafeBrowsingService;
-
namespace base {
class Thread;
} // namespace base
@@ -29,6 +27,10 @@ namespace net {
class SSLInfo;
} // namespace net
+namespace safe_browsing {
+
+class SafeBrowsingService;
+
// Construction needs to happen on the main thread.
class SafeBrowsingUIManager
: public base::RefCountedThreadSafe<SafeBrowsingUIManager> {
@@ -173,4 +175,6 @@ class SafeBrowsingUIManager
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingUIManager);
};
+} // namespace safe_browsing
+
#endif // CHROME_BROWSER_SAFE_BROWSING_UI_MANAGER_H_
« no previous file with comments | « chrome/browser/safe_browsing/two_phase_uploader_unittest.cc ('k') | chrome/browser/safe_browsing/ui_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698