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

Unified Diff: mojo/apps/js/application_delegate_impl.h

Issue 617503003: Mojo: MOJO_OVERRIDE -> override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 | « mojo/application_manager/application_manager.cc ('k') | mojo/dbus/dbus_external_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/application_delegate_impl.h
diff --git a/mojo/apps/js/application_delegate_impl.h b/mojo/apps/js/application_delegate_impl.h
index 7c9ec29b34de00eb432b89373b368bad431ee203..fc2500b690b24ad11c35e6a32f11980ab71082e1 100644
--- a/mojo/apps/js/application_delegate_impl.h
+++ b/mojo/apps/js/application_delegate_impl.h
@@ -28,10 +28,10 @@ class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
virtual ~ContentHandlerImpl();
private:
- virtual void OnConnect(const mojo::String& url,
- URLResponsePtr content,
- InterfaceRequest<ServiceProvider> service_provider)
- MOJO_OVERRIDE;
+ virtual void OnConnect(
+ const mojo::String& url,
+ URLResponsePtr content,
+ InterfaceRequest<ServiceProvider> service_provider) override;
ApplicationDelegateImpl* content_handler_;
};
@@ -56,9 +56,9 @@ class ApplicationDelegateImpl : public ApplicationDelegate {
typedef ScopedVector<JSApp> AppVector;
// ApplicationDelegate methods
- virtual void Initialize(ApplicationImpl* app) MOJO_OVERRIDE;
- virtual bool ConfigureIncomingConnection(ApplicationConnection* connection)
- MOJO_OVERRIDE;
+ virtual void Initialize(ApplicationImpl* app) override;
+ virtual bool ConfigureIncomingConnection(
+ ApplicationConnection* connection) override;
ApplicationImpl* application_impl_;
InterfaceFactoryImplWithContext<ContentHandlerImpl, ApplicationDelegateImpl>
« no previous file with comments | « mojo/application_manager/application_manager.cc ('k') | mojo/dbus/dbus_external_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698