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

Unified Diff: Source/web/ColorChooserUIController.h

Issue 634893002: Replace OVERRIDE and FINAL with override and final in WebKit/public (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « Source/web/ColorChooserPopupUIController.h ('k') | Source/web/ContextFeaturesClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ColorChooserUIController.h
diff --git a/Source/web/ColorChooserUIController.h b/Source/web/ColorChooserUIController.h
index a676e5f3dd15b5cec2567a98a202f6403d6a3405..de2c08345927af7e4e72a2a095849c7c157cb1a1 100644
--- a/Source/web/ColorChooserUIController.h
+++ b/Source/web/ColorChooserUIController.h
@@ -45,13 +45,13 @@ public:
virtual void openUI();
// ColorChooser functions:
- virtual void setSelectedColor(const Color&) OVERRIDE FINAL;
- virtual void endChooser() OVERRIDE;
- virtual AXObject* rootAXObject() OVERRIDE;
+ virtual void setSelectedColor(const Color&) override final;
+ virtual void endChooser() override;
+ virtual AXObject* rootAXObject() override;
// WebColorChooserClient functions:
- virtual void didChooseColor(const WebColor&) OVERRIDE FINAL;
- virtual void didEndChooser() OVERRIDE FINAL;
+ virtual void didChooseColor(const WebColor&) override final;
+ virtual void didEndChooser() override final;
protected:
void openColorChooser();
« no previous file with comments | « Source/web/ColorChooserPopupUIController.h ('k') | Source/web/ContextFeaturesClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698