| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| index ad80166674253d7bc458a7aa36a85c6e408e2ab5..4e8ab62d2e34505dc6d7380471d894753adb6a97 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| @@ -30,7 +30,7 @@ static const char* kBadURL = "http://www.badguys.com/";
|
| static const char* kBadURL2 = "http://www.badguys2.com/";
|
| static const char* kBadURL3 = "http://www.badguys3.com/";
|
|
|
| -namespace {
|
| +namespace safe_browsing {
|
|
|
| // A SafeBrowingBlockingPage class that does not create windows.
|
| class TestSafeBrowsingBlockingPage : public SafeBrowsingBlockingPage {
|
| @@ -81,8 +81,6 @@ class TestSafeBrowsingBlockingPageFactory
|
| }
|
| };
|
|
|
| -} // namespace
|
| -
|
| class SafeBrowsingBlockingPageTest : public ChromeRenderViewHostTestHarness {
|
| public:
|
| // The decision the user made.
|
| @@ -684,3 +682,5 @@ TEST_F(SafeBrowsingBlockingPageTest, MalwareReportsToggling) {
|
| EXPECT_FALSE(profile->GetPrefs()->GetBoolean(
|
| prefs::kSafeBrowsingExtendedReportingEnabled));
|
| }
|
| +
|
| +} // namespace safe_browsing
|
|
|