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

Unified Diff: mojo/shell/standalone/android/ui_application_loader_android.cc

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.cc
diff --git a/mojo/shell/standalone/android/ui_application_loader_android.cc b/mojo/shell/standalone/android/ui_application_loader_android.cc
index 10ec4487ca5c30a32cbf6dc04163bfa0cee153f2..39ebb8d260f9397a599ae48e58eae11a9966d72d 100644
--- a/mojo/shell/standalone/android/ui_application_loader_android.cc
+++ b/mojo/shell/standalone/android/ui_application_loader_android.cc
@@ -26,7 +26,7 @@ UIApplicationLoader::~UIApplicationLoader() {
void UIApplicationLoader::Load(
const GURL& url,
- InterfaceRequest<Application> application_request) {
+ InterfaceRequest<mojom::Application> application_request) {
DCHECK(application_request.is_pending());
ui_message_loop_->PostTask(
FROM_HERE,
@@ -36,7 +36,7 @@ void UIApplicationLoader::Load(
void UIApplicationLoader::LoadOnUIThread(
const GURL& url,
- InterfaceRequest<Application> application_request) {
+ InterfaceRequest<mojom::Application> application_request) {
loader_->Load(url, std::move(application_request));
}
« no previous file with comments | « mojo/shell/standalone/android/ui_application_loader_android.h ('k') | mojo/shell/static_application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698