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

Unified Diff: Source/web/ColorChooserUIController.h

Issue 135753002: Update web classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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 98ebccefc2bc22011c0d4f39945b8b8af340a92a..b98153b537f905f888682e00c963e9ceeb2a7f3e 100644
--- a/Source/web/ColorChooserUIController.h
+++ b/Source/web/ColorChooserUIController.h
@@ -48,12 +48,12 @@ public:
virtual void openUI();
// ColorChooser functions:
- virtual void setSelectedColor(const WebCore::Color&) OVERRIDE;
+ virtual void setSelectedColor(const WebCore::Color&) OVERRIDE FINAL;
virtual void endChooser() OVERRIDE;
// WebColorChooserClient functions:
- virtual void didChooseColor(const WebColor&) OVERRIDE;
- virtual void didEndChooser() OVERRIDE;
+ 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