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

Unified Diff: content/utility/utility_thread_impl.cc

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
Index: content/utility/utility_thread_impl.cc
diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc
index 7cf90beae94f0c23a7dcb0adbfe9c8bfd0266897..8684758aba930fce9309d928165381ead310e89e 100644
--- a/content/utility/utility_thread_impl.cc
+++ b/content/utility/utility_thread_impl.cc
@@ -122,7 +122,7 @@ void UtilityThreadImpl::OnBatchModeFinished() {
}
void UtilityThreadImpl::BindServiceFactoryRequest(
- shell::mojom::ServiceFactoryRequest request) {
+ service_manager::mojom::ServiceFactoryRequest request) {
DCHECK(service_factory_);
service_factory_bindings_.AddBinding(service_factory_.get(),
std::move(request));

Powered by Google App Engine
This is Rietveld 408576698