| Index: mojo/shell/background/tests/test_application_catalog_store.h
|
| diff --git a/mojo/shell/background/tests/test_application_catalog_store.h b/mojo/shell/background/tests/test_application_catalog_store.h
|
| index 691df28cb6b5d86e13ced78934d61cfe0d04a939..5b2cf960115209a733154d2792e3cb972f777f03 100644
|
| --- a/mojo/shell/background/tests/test_application_catalog_store.h
|
| +++ b/mojo/shell/background/tests/test_application_catalog_store.h
|
| @@ -11,8 +11,6 @@
|
| #include "base/values.h"
|
| #include "mojo/services/package_manager/package_manager.h"
|
|
|
| -class GURL;
|
| -
|
| namespace mojo {
|
| namespace shell {
|
|
|
| @@ -37,11 +35,11 @@ class TestApplicationCatalogStore
|
| DISALLOW_COPY_AND_ASSIGN(TestApplicationCatalogStore);
|
| };
|
|
|
| -// Returns a dictionary for an app with the specified url, name and a
|
| +// Returns a dictionary for an app with the specified name, display name and a
|
| // permissive filter.
|
| scoped_ptr<base::DictionaryValue> BuildPermissiveSerializedAppInfo(
|
| - const GURL& url,
|
| - const std::string& name);
|
| + const std::string& name,
|
| + const std::string& display_name);
|
|
|
| } // namespace shell
|
| } // namespace mojo
|
|
|