| Index: chrome/browser/captive_portal/captive_portal_detector_unittest.cc
|
| diff --git a/chrome/browser/captive_portal/captive_portal_detector_unittest.cc b/chrome/browser/captive_portal/captive_portal_detector_unittest.cc
|
| index 568af8bc9ed183bfd37e010f9af2552bffe449c9..c0c18063ab15588034fc1ad8f23a066bcceb29e4 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_detector_unittest.cc
|
| +++ b/chrome/browser/captive_portal/captive_portal_detector_unittest.cc
|
| @@ -72,7 +72,7 @@ class CaptivePortalDetectorTest : public testing::Test,
|
| base::Unretained(&client)));
|
|
|
| ASSERT_TRUE(FetchingURL());
|
| - MessageLoop::current()->RunUntilIdle();
|
| + base::MessageLoop::current()->RunUntilIdle();
|
|
|
| CompleteURLFetch(net_error, status_code, response_headers);
|
|
|
| @@ -96,7 +96,7 @@ class CaptivePortalDetectorTest : public testing::Test,
|
| base::Unretained(&client)));
|
|
|
| ASSERT_TRUE(FetchingURL());
|
| - MessageLoop::current()->RunUntilIdle();
|
| + base::MessageLoop::current()->RunUntilIdle();
|
|
|
| detector()->Cancel();
|
|
|
| @@ -105,7 +105,7 @@ class CaptivePortalDetectorTest : public testing::Test,
|
| }
|
|
|
| private:
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
|
|
| // Definition order does matter.
|
| TestingProfile profile_;
|
|
|