| Index: mojo/shell/test_package_manager.cc
|
| diff --git a/mojo/shell/test_package_manager.cc b/mojo/shell/test_package_manager.cc
|
| index 889dd8ded9c3a4cb42e8e07553334cd8593f591a..281925d43e0f71914ea09151f309a512aaa6d8e6 100644
|
| --- a/mojo/shell/test_package_manager.cc
|
| +++ b/mojo/shell/test_package_manager.cc
|
| @@ -22,7 +22,7 @@ uint32_t TestPackageManager::HandleWithContentHandler(
|
| const Identity& source,
|
| const GURL& target_url,
|
| const CapabilityFilter& target_filter,
|
| - InterfaceRequest<Application>* application_request) {
|
| + InterfaceRequest<shell::mojom::Application>* application_request) {
|
| return 0;
|
| }
|
| bool TestPackageManager::IsURLInCatalog(const std::string& url) const {
|
|
|