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

Unified Diff: mojo/shell/package_manager.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/package_manager.h
diff --git a/mojo/shell/package_manager.h b/mojo/shell/package_manager.h
index 922c56f564978fd16a2aea8730f85e8e8e169453..1ffae7531d799090d2860cc60818640a5d799e96 100644
--- a/mojo/shell/package_manager.h
+++ b/mojo/shell/package_manager.h
@@ -52,7 +52,7 @@ class PackageManager {
const Identity& source,
const GURL& target_url,
const CapabilityFilter& target_filter,
- InterfaceRequest<Application>* application_request) = 0;
+ InterfaceRequest<shell::mojom::Application>* application_request) = 0;
// Returns true if a manifest for |url| exists within the PackageManager's
// application catalog.
« no previous file with comments | « mojo/shell/native_runner.h ('k') | mojo/shell/package_manager/capability_filter_content_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698