| Index: chrome/test/base/in_process_browser_test.cc
|
| diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
|
| index b8b3efd385ef95c74a54c5f1c8949bd43879b393..5b8c7c7753a5e04be66c5fe4cd0f9686fcbeee97 100644
|
| --- a/chrome/test/base/in_process_browser_test.cc
|
| +++ b/chrome/test/base/in_process_browser_test.cc
|
| @@ -178,8 +178,8 @@ void InProcessBrowserTest::SetUp() {
|
| #endif
|
|
|
| #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
| - captive_portal::CaptivePortalService::set_state_for_testing(
|
| - captive_portal::CaptivePortalService::DISABLED_FOR_TESTING);
|
| + CaptivePortalService::set_state_for_testing(
|
| + CaptivePortalService::DISABLED_FOR_TESTING);
|
| #endif
|
|
|
| chrome_browser_net::NetErrorTabHelper::set_state_for_testing(
|
|
|