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

Unified Diff: mojo/shell/standalone/android/ui_application_loader_android.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/standalone/android/ui_application_loader_android.h
diff --git a/mojo/shell/standalone/android/ui_application_loader_android.h b/mojo/shell/standalone/android/ui_application_loader_android.h
index c990ace952c5adacf49317b075b7e4b1f39e99b7..6a8c03e2f49718f2654c8ef6d853524c3a6201bb 100644
--- a/mojo/shell/standalone/android/ui_application_loader_android.h
+++ b/mojo/shell/standalone/android/ui_application_loader_android.h
@@ -29,7 +29,7 @@ class UIApplicationLoader : public ApplicationLoader {
// ApplicationLoader overrides:
void Load(const GURL& url,
- InterfaceRequest<Application> application_request) override;
+ InterfaceRequest<mojom::Application> application_request) override;
private:
class UILoader;
@@ -39,7 +39,7 @@ class UIApplicationLoader : public ApplicationLoader {
// TODO: having this code take a |manager| is fragile (as ApplicationManager
// isn't thread safe).
void LoadOnUIThread(const GURL& url,
- InterfaceRequest<Application> application_request);
+ InterfaceRequest<mojom::Application> application_request);
void ShutdownOnUIThread();
scoped_ptr<ApplicationLoader> loader_;

Powered by Google App Engine
This is Rietveld 408576698