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

Unified Diff: mojo/shell/dynamic_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
Index: mojo/shell/dynamic_application_loader.h
diff --git a/mojo/shell/dynamic_application_loader.h b/mojo/shell/dynamic_application_loader.h
index 77867a6374627d12672f6f861add35fc5e2aa786..6d8df9f7625fa43efbd3c8493c0d3c90c73480ed 100644
--- a/mojo/shell/dynamic_application_loader.h
+++ b/mojo/shell/dynamic_application_loader.h
@@ -40,9 +40,9 @@ class DynamicApplicationLoader : public ApplicationLoader {
// ApplicationLoader methods:
virtual void Load(ApplicationManager* manager,
const GURL& url,
- scoped_refptr<LoadCallbacks> callbacks) OVERRIDE;
+ scoped_refptr<LoadCallbacks> callbacks) override;
virtual void OnApplicationError(ApplicationManager* manager,
- const GURL& url) OVERRIDE;
+ const GURL& url) override;
private:
class Loader;

Powered by Google App Engine
This is Rietveld 408576698