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_ |