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

Unified Diff: chrome/service/service_process.h

Issue 8549032: Add OVERRIDE to chrome/service/. (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
« no previous file with comments | « chrome/service/service_ipc_server.h ('k') | chrome/service/service_utility_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.h
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index 55f265e97185a6232c62ce570d368884b17274e1..4468bcaa80686f6c2533afb8bc90946484dde12c 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -93,8 +93,8 @@ class ServiceProcess : public CloudPrintProxy::Client {
CloudPrintProxy* GetCloudPrintProxy();
// CloudPrintProxy::Client implementation.
- virtual void OnCloudPrintProxyEnabled(bool persist_state);
- virtual void OnCloudPrintProxyDisabled(bool persist_state);
+ virtual void OnCloudPrintProxyEnabled(bool persist_state) OVERRIDE;
+ virtual void OnCloudPrintProxyDisabled(bool persist_state) OVERRIDE;
ServiceURLRequestContextGetter* GetServiceURLRequestContextGetter();
« no previous file with comments | « chrome/service/service_ipc_server.h ('k') | chrome/service/service_utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698