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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.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_blocking_page.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
index 97e27cb2016e62675535f6c3e7c62973bd067823..98fa9433774024a661c1222e14e5815d43e7d053 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.h
@@ -40,13 +40,15 @@
#include "content/public/browser/interstitial_page_delegate.h"
#include "url/gurl.h"
-class ThreatDetails;
-class SafeBrowsingBlockingPageFactory;
-
namespace base {
class MessageLoop;
}
+namespace safe_browsing {
+
+class SafeBrowsingBlockingPageFactory;
+class ThreatDetails;
+
class SafeBrowsingBlockingPage : public SecurityInterstitialPage {
public:
typedef SafeBrowsingUIManager::UnsafeResource UnsafeResource;
@@ -207,4 +209,6 @@ class SafeBrowsingBlockingPageFactory {
const SafeBrowsingBlockingPage::UnsafeResourceList& unsafe_resources) = 0;
};
+} // namespace safe_browsing
+
#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_BLOCKING_PAGE_H_
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_api_handler.cc ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698