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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_setup_handler.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h b/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
index 7a1563fe263de2837eccb5e405344f36d72f08f2..d5d24d4a03fc91db660f204a66742560f1da95b5 100644
--- a/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
+++ b/chrome/browser/printing/cloud_print/cloud_print_setup_handler.h
@@ -29,7 +29,7 @@ class CloudPrintSetupHandler
virtual ~CloudPrintSetupHandler();
// CloudPrintSetupFlow::Delegate implementation.
- virtual void OnDialogClosed();
+ virtual void OnDialogClosed() OVERRIDE;
private:
Delegate* handler_;

Powered by Google App Engine
This is Rietveld 408576698