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

Unified Diff: mojo/shell/standalone/context.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/standalone/BUILD.gn ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/standalone/context.h
diff --git a/mojo/shell/standalone/context.h b/mojo/shell/standalone/context.h
index 6daf8d1f5283342c580000423a1c9ba3e94e3592..91ff2485cafa4f035d9b05d7c18954f15644d521 100644
--- a/mojo/shell/standalone/context.h
+++ b/mojo/shell/standalone/context.h
@@ -19,8 +19,8 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace package_manager {
-class ApplicationCatalogStore;
+namespace catalog {
+class Store;
}
namespace mojo {
@@ -35,7 +35,7 @@ class Context : public edk::ProcessDelegate {
~InitParams();
NativeRunnerDelegate* native_runner_delegate = nullptr;
- scoped_ptr<package_manager::ApplicationCatalogStore> app_catalog;
+ scoped_ptr<catalog::Store> catalog_store;
};
Context();
« no previous file with comments | « mojo/shell/standalone/BUILD.gn ('k') | mojo/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698