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

Unified Diff: mojo/application_manager/application_loader.h

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | mojo/application_manager/application_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/application_loader.h
diff --git a/mojo/application_manager/application_loader.h b/mojo/application_manager/application_loader.h
index d0e6fee1feedb801e4bfd2f97342389207093bc6..b7d9f19c00e7015d496cfa7a5c4bbbabdfcb64dd 100644
--- a/mojo/application_manager/application_loader.h
+++ b/mojo/application_manager/application_loader.h
@@ -47,9 +47,9 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationLoader {
: public LoadCallbacks {
public:
SimpleLoadCallbacks(ScopedMessagePipeHandle shell_handle);
- virtual ScopedMessagePipeHandle RegisterApplication() OVERRIDE;
+ virtual ScopedMessagePipeHandle RegisterApplication() override;
danakj 2014/10/01 22:38:32 wasn't the rule to not use "virtual" when using "o
virtual void LoadWithContentHandler(const GURL& content_handler_url,
- URLResponsePtr response) OVERRIDE;
+ URLResponsePtr response) override;
private:
ScopedMessagePipeHandle shell_handle_;
« no previous file with comments | « no previous file | mojo/application_manager/application_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698