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

Unified Diff: mojo/shell/background/background_shell.h

Issue 1775243002: Rename PackageManager->Catalog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@42cpi
Patch Set: . Created 4 years, 9 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
« no previous file with comments | « mojo/shell/background/BUILD.gn ('k') | mojo/shell/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/background/background_shell.h
diff --git a/mojo/shell/background/background_shell.h b/mojo/shell/background/background_shell.h
index 95248b1fcd18d3aec0355454a5c42dfcac31fc3c..3aa16b96f8e331f9c47b9823eaedfc7eb75d6867 100644
--- a/mojo/shell/background/background_shell.h
+++ b/mojo/shell/background/background_shell.h
@@ -10,11 +10,11 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "mojo/services/package_manager/package_manager.h"
+#include "mojo/services/catalog/catalog.h"
#include "mojo/shell/public/interfaces/shell_client.mojom.h"
-namespace package_manager {
-class ApplicationCatalogStore;
+namespace catalog {
+class Store;
}
namespace mojo {
@@ -33,7 +33,7 @@ class BackgroundShell {
~InitParams();
NativeRunnerDelegate* native_runner_delegate = nullptr;
- scoped_ptr<package_manager::ApplicationCatalogStore> app_catalog;
+ scoped_ptr<catalog::Store> catalog_store;
};
BackgroundShell();
« no previous file with comments | « mojo/shell/background/BUILD.gn ('k') | mojo/shell/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698