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

Unified Diff: mojo/shell/background/tests/test_application_catalog_store.h

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
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/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

Powered by Google App Engine
This is Rietveld 408576698