| Index: chrome/browser/chromeos/net/network_portal_detector_impl.h
|
| diff --git a/chrome/browser/chromeos/net/network_portal_detector_impl.h b/chrome/browser/chromeos/net/network_portal_detector_impl.h
|
| index 5faacab57678950c85823827b12cc98470b8dbab..56c88ba43475102cf39e062b35f2e2f1a9df2607 100644
|
| --- a/chrome/browser/chromeos/net/network_portal_detector_impl.h
|
| +++ b/chrome/browser/chromeos/net/network_portal_detector_impl.h
|
| @@ -17,11 +17,11 @@
|
| #include "base/observer_list.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/captive_portal/captive_portal_detector.h"
|
| #include "chrome/browser/chromeos/net/network_portal_detector.h"
|
| #include "chrome/browser/chromeos/net/network_portal_detector_strategy.h"
|
| #include "chrome/browser/chromeos/net/network_portal_notification_controller.h"
|
| #include "chromeos/network/network_state_handler_observer.h"
|
| +#include "components/captive_portal/captive_portal_detector.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "net/url_request/url_fetcher.h"
|
| @@ -179,7 +179,7 @@ class NetworkPortalDetectorImpl
|
| // Record detection stats such as detection duration and detection
|
| // result in UMA.
|
| void RecordDetectionStats(const NetworkState* network,
|
| - CaptivePortalStatus status);
|
| + captive_portal::CaptivePortalStatus status);
|
|
|
| // Sets current test time ticks. Used by unit tests.
|
| void set_time_ticks_for_testing(const base::TimeTicks& time_ticks) {
|
|
|