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

Unified Diff: mojo/shell/package_manager/content_handler_connection.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/content_handler_connection.h
diff --git a/mojo/shell/package_manager/content_handler_connection.h b/mojo/shell/package_manager/content_handler_connection.h
index 3b94d785d68816fc2136e3f8470a9cb0be9a1b24..c1c455116a12b8faccd6392302f8fb28836bc6b0 100644
--- a/mojo/shell/package_manager/content_handler_connection.h
+++ b/mojo/shell/package_manager/content_handler_connection.h
@@ -35,7 +35,7 @@ class ContentHandlerConnection {
uint32_t id,
const ClosedCallback& connection_closed_callback);
- void StartApplication(InterfaceRequest<Application> request,
+ void StartApplication(InterfaceRequest<mojom::Application> request,
URLResponsePtr response);
// Closes the connection and destroys |this| object.
@@ -52,7 +52,7 @@ class ContentHandlerConnection {
ClosedCallback connection_closed_callback_;
Identity identity_;
- ContentHandlerPtr content_handler_;
+ mojom::ContentHandlerPtr content_handler_;
bool connection_closed_;
// The id for this content handler.
const uint32_t id_;

Powered by Google App Engine
This is Rietveld 408576698