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

Unified Diff: ui/views_content_client/views_content_client_main_parts_aura.h

Issue 623293004: replace OVERRIDE and FINAL with override and final in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: ui/views_content_client/views_content_client_main_parts_aura.h
diff --git a/ui/views_content_client/views_content_client_main_parts_aura.h b/ui/views_content_client/views_content_client_main_parts_aura.h
index 06b273a50bbe064c7f1cc6a22f37cb563952652e..4a8f56dc90be8e40eeaed52262a6977688408b3d 100644
--- a/ui/views_content_client/views_content_client_main_parts_aura.h
+++ b/ui/views_content_client/views_content_client_main_parts_aura.h
@@ -23,8 +23,8 @@ class ViewsContentClientMainPartsAura : public ViewsContentClientMainParts {
virtual ~ViewsContentClientMainPartsAura();
// content::BrowserMainParts:
- virtual void ToolkitInitialized() OVERRIDE;
- virtual void PostMainMessageLoopRun() OVERRIDE;
+ virtual void ToolkitInitialized() override;
+ virtual void PostMainMessageLoopRun() override;
private:
scoped_ptr< ::wm::WMState> wm_state_;

Powered by Google App Engine
This is Rietveld 408576698