Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
index 176e712b3b0f58a8da4577c0aecdb60bbf14669b..1849517e248e30de12668facaafa5f8e4eea4f19 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc |
@@ -50,6 +50,8 @@ using content::OpenURLParams; |
using content::Referrer; |
using content::WebContents; |
+namespace safe_browsing { |
+ |
namespace { |
// For malware interstitial pages, we link the problematic URL to Google's |
@@ -724,3 +726,5 @@ void SafeBrowsingBlockingPage::PopulatePhishingLoadTimeData( |
PopulateExtendedReportingOption(load_time_data); |
} |
+ |
+} // namespace safe_browsing |