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

Unified Diff: chromecast/service/cast_service_android.h

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chromecast/net/network_change_notifier_factory_cast.h ('k') | chromecast/service/cast_service_simple.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/service/cast_service_android.h
diff --git a/chromecast/service/cast_service_android.h b/chromecast/service/cast_service_android.h
index eee82e8ae0c50f0d2fc8c5a9f1e71faec334cdc5..61a779cd6bdb39abce1939d9fa5212af91b7e7ac 100644
--- a/chromecast/service/cast_service_android.h
+++ b/chromecast/service/cast_service_android.h
@@ -18,9 +18,9 @@ class CastServiceAndroid : public CastService {
protected:
// CastService implementation.
- virtual void Initialize() OVERRIDE;
- virtual void StartInternal() OVERRIDE;
- virtual void StopInternal() OVERRIDE;
+ virtual void Initialize() override;
+ virtual void StartInternal() override;
+ virtual void StopInternal() override;
private:
DISALLOW_COPY_AND_ASSIGN(CastServiceAndroid);
« no previous file with comments | « chromecast/net/network_change_notifier_factory_cast.h ('k') | chromecast/service/cast_service_simple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698