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

Unified Diff: content/gpu/gpu_child_thread.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/gpu/gpu_child_thread.cc
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
index d83db9ca359fdcad11441b2060902793ea6aecbf..a1076a99dcf5aa0ac59768c094f6a3d057d3c841 100644
--- a/content/gpu/gpu_child_thread.cc
+++ b/content/gpu/gpu_child_thread.cc
@@ -523,8 +523,8 @@ void GpuChildThread::OnLoseAllContexts() {
}
void GpuChildThread::BindServiceFactoryRequest(
- shell::mojom::ServiceFactoryRequest request) {
- DVLOG(1) << "GPU: Binding shell::mojom::ServiceFactoryRequest";
+ service_manager::mojom::ServiceFactoryRequest request) {
+ DVLOG(1) << "GPU: Binding service_manager::mojom::ServiceFactoryRequest";
DCHECK(service_factory_);
service_factory_bindings_.AddBinding(service_factory_.get(),
std::move(request));

Powered by Google App Engine
This is Rietveld 408576698