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

Unified Diff: services/catalog/reader.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 | « services/catalog/instance.cc ('k') | services/catalog/reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/reader.h
diff --git a/services/catalog/reader.h b/services/catalog/reader.h
index 648e47adb992a18521a971152bba382554d95e0a..f46c750bcbe2241db894cf899021f6a1e00220c8 100644
--- a/services/catalog/reader.h
+++ b/services/catalog/reader.h
@@ -31,7 +31,7 @@ class Reader {
public:
using ReadManifestCallback = base::Callback<void(std::unique_ptr<Entry>)>;
using CreateEntryForNameCallback =
- base::Callback<void(shell::mojom::ResolveResultPtr)>;
+ base::Callback<void(service_manager::mojom::ResolveResultPtr)>;
Reader(base::SequencedWorkerPool* worker_pool,
ManifestProvider* manifest_provider);
« no previous file with comments | « services/catalog/instance.cc ('k') | services/catalog/reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698