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

Unified Diff: components/mus/android_loader.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 | « components/html_viewer/media_factory.cc ('k') | components/mus/android_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/android_loader.h
diff --git a/components/mus/android_loader.h b/components/mus/android_loader.h
index ca3202005d993dadf68a937847fde931703a5b16..7ff605d7dd937434b2018773e68bc9ba3d0581a7 100644
--- a/components/mus/android_loader.h
+++ b/components/mus/android_loader.h
@@ -23,7 +23,7 @@ class AndroidLoader : public mojo::shell::ApplicationLoader {
// Overridden from mojo::shell::ApplicationLoader:
void Load(
const GURL& url,
- mojo::InterfaceRequest<mojo::Application> application_request) override;
+ mojo::InterfaceRequest<mojo::shell::mojom::Application> request) override;
scoped_ptr<mojo::ApplicationImpl> app_;
« no previous file with comments | « components/html_viewer/media_factory.cc ('k') | components/mus/android_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698