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

Unified Diff: mojo/shell/application_instance.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
« no previous file with comments | « mojo/shell/application_instance.h ('k') | mojo/shell/application_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/application_instance.cc
diff --git a/mojo/shell/application_instance.cc b/mojo/shell/application_instance.cc
index 40b97ee13a99b1b30011646f8b8d6eb829a9f789..7d9abdf3d9d4e9deaf1d96fb302ad56f0228b764 100644
--- a/mojo/shell/application_instance.cc
+++ b/mojo/shell/application_instance.cc
@@ -20,7 +20,7 @@ namespace mojo {
namespace shell {
ApplicationInstance::ApplicationInstance(
- ApplicationPtr application,
+ mojom::ApplicationPtr application,
ApplicationManager* manager,
const Identity& identity,
uint32_t requesting_content_handler_id,
@@ -79,7 +79,7 @@ void ApplicationInstance::ConnectToApplication(
URLRequestPtr app_request,
InterfaceRequest<ServiceProvider> services,
ServiceProviderPtr exposed_services,
- CapabilityFilterPtr filter,
+ mojom::CapabilityFilterPtr filter,
const ConnectToApplicationCallback& callback) {
std::string url_string = app_request->url.To<std::string>();
GURL url(url_string);
« no previous file with comments | « mojo/shell/application_instance.h ('k') | mojo/shell/application_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698