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

Unified Diff: mojo/shell/standalone/android/background_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/standalone/android/background_application_loader.h
diff --git a/mojo/shell/standalone/android/background_application_loader.h b/mojo/shell/standalone/android/background_application_loader.h
index 2e25e55474baa7c242dcc6796de92d46dc8f5ea9..203ce548e089b3fa1cb0363a625acc1f01e25905 100644
--- a/mojo/shell/standalone/android/background_application_loader.h
+++ b/mojo/shell/standalone/android/background_application_loader.h
@@ -26,7 +26,7 @@ class BackgroundApplicationLoader
// ApplicationLoader overrides:
void Load(const GURL& url,
- InterfaceRequest<Application> application_request) override;
+ InterfaceRequest<mojom::Application> application_request) override;
private:
// |base::DelegateSimpleThread::Delegate| method:
@@ -36,7 +36,7 @@ class BackgroundApplicationLoader
// to |background_loader_| to do the actual loading.
void LoadOnBackgroundThread(
const GURL& url,
- InterfaceRequest<Application> application_request);
+ InterfaceRequest<mojom::Application> application_request);
bool quit_on_shutdown_;
scoped_ptr<ApplicationLoader> loader_;

Powered by Google App Engine
This is Rietveld 408576698