Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1835)

Unified Diff: chrome/browser/chromeos/net/network_portal_detector_test_impl.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698