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

Unified Diff: mojo/services/public/cpp/view_manager/view_manager_client_factory.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
Index: mojo/services/public/cpp/view_manager/view_manager_client_factory.h
diff --git a/mojo/services/public/cpp/view_manager/view_manager_client_factory.h b/mojo/services/public/cpp/view_manager/view_manager_client_factory.h
index 608fb0dc641bf52c5bd5c724ca5665aa2f360022..d2ed548da03f1a91171127a17ef955af6c1fb865 100644
--- a/mojo/services/public/cpp/view_manager/view_manager_client_factory.h
+++ b/mojo/services/public/cpp/view_manager/view_manager_client_factory.h
@@ -23,8 +23,7 @@ class ViewManagerClientFactory : public InterfaceFactory<ViewManagerClient> {
// InterfaceFactory<ViewManagerClient> implementation.
virtual void Create(ApplicationConnection* connection,
- InterfaceRequest<ViewManagerClient> request)
- MOJO_OVERRIDE;
+ InterfaceRequest<ViewManagerClient> request) override;
private:
Shell* shell_;

Powered by Google App Engine
This is Rietveld 408576698