| Index: chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| diff --git a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| index 9924ffc57fe38849e5d56a82fb99093ba15e9927..7dfb2ec79925586bb867fcae048d982f38b3f795 100644
|
| --- a/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| +++ b/chrome/browser/chromeos/net/network_portal_detector_test_impl.h
|
| @@ -27,16 +27,16 @@ class NetworkPortalDetectorTestImpl : public NetworkPortalDetector {
|
| void NotifyObserversForTesting();
|
|
|
| // NetworkPortalDetector implementation:
|
| - virtual void AddObserver(Observer* observer) OVERRIDE;
|
| - virtual void AddAndFireObserver(Observer* observer) OVERRIDE;
|
| - virtual void RemoveObserver(Observer* observer) OVERRIDE;
|
| + virtual void AddObserver(Observer* observer) override;
|
| + virtual void AddAndFireObserver(Observer* observer) override;
|
| + virtual void RemoveObserver(Observer* observer) override;
|
| virtual CaptivePortalState GetCaptivePortalState(
|
| - const std::string& service_path) OVERRIDE;
|
| - virtual bool IsEnabled() OVERRIDE;
|
| - virtual void Enable(bool start_detection) OVERRIDE;
|
| - virtual bool StartDetectionIfIdle() OVERRIDE;
|
| + const std::string& service_path) override;
|
| + virtual bool IsEnabled() override;
|
| + virtual void Enable(bool start_detection) override;
|
| + virtual bool StartDetectionIfIdle() override;
|
|
|
| - virtual void SetStrategy(PortalDetectorStrategy::StrategyId id) OVERRIDE;
|
| + virtual void SetStrategy(PortalDetectorStrategy::StrategyId id) override;
|
|
|
| PortalDetectorStrategy::StrategyId strategy_id() const {
|
| return strategy_id_;
|
|
|