| Index: mojo/shell/public/interfaces/content_handler.mojom
|
| diff --git a/mojo/shell/public/interfaces/content_handler.mojom b/mojo/shell/public/interfaces/content_handler.mojom
|
| index 5fdb826fb38a1371bb38f9fb7d81f99a39ad5b45..405238fced765110c7121a40db2bd3bd034c285c 100644
|
| --- a/mojo/shell/public/interfaces/content_handler.mojom
|
| +++ b/mojo/shell/public/interfaces/content_handler.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo;
|
| +module mojo.shell.mojom;
|
|
|
| import "mojo/shell/public/interfaces/application.mojom";
|
| import "network/public/interfaces/url_loader.mojom";
|
| @@ -16,5 +16,5 @@ import "network/public/interfaces/url_loader.mojom";
|
| // implementation to self destruct and release the app reference.
|
| interface ContentHandler {
|
| // The callback should be called when the application is destructed.
|
| - StartApplication(Application& application, URLResponse response) => ();
|
| + StartApplication(Application& application, mojo.URLResponse response) => ();
|
| };
|
|
|