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

Unified Diff: Source/web/ColorChooserPopupUIController.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/ChromeClientImpl.h ('k') | Source/web/ColorChooserUIController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ColorChooserPopupUIController.h
diff --git a/Source/web/ColorChooserPopupUIController.h b/Source/web/ColorChooserPopupUIController.h
index aa07b3e96fd57f7106b5c89195317a4740b5069f..e2ffe17d3852609b7f4c8fe2a7ece211ad1ad74f 100644
--- a/Source/web/ColorChooserPopupUIController.h
+++ b/Source/web/ColorChooserPopupUIController.h
@@ -37,7 +37,7 @@ class PagePopup;
namespace blink {
-class ColorChooserPopupUIController : public ColorChooserUIController, public WebCore::PagePopupClient {
+class ColorChooserPopupUIController FINAL : public ColorChooserUIController, public WebCore::PagePopupClient {
public:
ColorChooserPopupUIController(ChromeClientImpl*, WebCore::ColorChooserClient*);
« no previous file with comments | « Source/web/ChromeClientImpl.h ('k') | Source/web/ColorChooserUIController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698