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

Unified Diff: chromecast/service/cast_service_simple.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/service/cast_service_android.h ('k') | chromecast/service/cast_service_simple.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/service/cast_service_simple.h
diff --git a/chromecast/service/cast_service_simple.h b/chromecast/service/cast_service_simple.h
index 8ebfc06764a89de5750a231119deb83bf1624a75..16d1e5ca04cb074387e422bdd8d64d0ab1369b24 100644
--- a/chromecast/service/cast_service_simple.h
+++ b/chromecast/service/cast_service_simple.h
@@ -26,9 +26,9 @@ class CastServiceSimple : 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:
scoped_ptr<aura::WindowTreeHost> window_tree_host_;
« no previous file with comments | « chromecast/service/cast_service_android.h ('k') | chromecast/service/cast_service_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698