| Index: chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc b/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| index e7525f37b7ab8111a9c217690f723b40c9c3d33f..ccc743102935d9b74e6327b184e96d03749e0f5d 100644
|
| --- a/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| +++ b/chrome/browser/chromeos/net/network_portal_detector_impl_browsertest.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/captive_portal/testing_utils.h"
|
| #include "chrome/browser/chromeos/login/login_manager_test.h"
|
| #include "chrome/browser/chromeos/login/startup_utils.h"
|
| #include "chrome/browser/chromeos/net/network_portal_detector.h"
|
| @@ -17,6 +16,7 @@
|
| #include "chromeos/chromeos_switches.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/dbus/shill_service_client.h"
|
| +#include "components/captive_portal/captive_portal_testing_utils.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "dbus/object_path.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
| @@ -178,7 +178,7 @@ IN_PROC_BROWSER_TEST_F(NetworkPortalDetectorImplBrowserTest,
|
| // Check that wifi is marked as behind the portal and that notification
|
| // is displayed.
|
| ASSERT_TRUE(message_center()->HasNotification(kNotificationId));
|
| - ASSERT_EQ(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL,
|
| + ASSERT_EQ(captive_portal::CAPTIVE_PORTAL_STATUS_PORTAL,
|
| NetworkPortalDetector::Get()->GetCaptivePortalState(kWifi).status);
|
|
|
| // Wait until notification is displayed.
|
|
|