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

Unified Diff: mojo/shell/standalone/android/android_handler.h

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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/shell/shell_application_loader.cc ('k') | mojo/shell/standalone/android/android_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/android/android_handler.h
diff --git a/mojo/shell/standalone/android/android_handler.h b/mojo/shell/standalone/android/android_handler.h
index ac25ea157e951fb446a3f0a13e012e8fa715de96..116969960488ebb16e03229fec0e8bcd430c9bb2 100644
--- a/mojo/shell/standalone/android/android_handler.h
+++ b/mojo/shell/standalone/android/android_handler.h
@@ -31,7 +31,7 @@ class AndroidHandler : public ApplicationDelegate,
bool AcceptConnection(ApplicationConnection* connection) override;
// ContentHandlerFactory::Delegate:
- void RunApplication(InterfaceRequest<Application> application_request,
+ void RunApplication(InterfaceRequest<mojom::Application> application_request,
URLResponsePtr response) override;
ContentHandlerFactory content_handler_factory_;
« no previous file with comments | « mojo/shell/shell_application_loader.cc ('k') | mojo/shell/standalone/android/android_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698