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

Unified Diff: mojo/shell/static_application_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
Index: mojo/shell/static_application_loader.h
diff --git a/mojo/shell/static_application_loader.h b/mojo/shell/static_application_loader.h
index cbf611a0dac337cbb86cee8dda725e6481b62a6e..9cb5cae93ed3571e2118a51c310a42054eb57a72 100644
--- a/mojo/shell/static_application_loader.h
+++ b/mojo/shell/static_application_loader.h
@@ -44,7 +44,7 @@ class StaticApplicationLoader : public mojo::shell::ApplicationLoader {
// mojo::shell::ApplicationLoader:
void Load(const GURL& url,
- mojo::InterfaceRequest<mojo::Application> request) override;
+ InterfaceRequest<mojom::Application> request) override;
private:
void StopAppThread();
« no previous file with comments | « mojo/shell/standalone/android/ui_application_loader_android.cc ('k') | mojo/shell/static_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698