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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller.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: chrome/browser/ui/views/tabs/tab_drag_controller.cc
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.cc b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
index d9ff8e0078a9351164f6022afbff7134a152033b..1e6e2d4fe0f46fa0f9f249a9948dddc34bc9215b 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
@@ -231,7 +231,7 @@ TabDragController::TabDragController()
#if defined(USE_AURA)
content::ServiceManagerConnection* service_manager_connection =
content::ServiceManagerConnection::GetForProcess();
- if (service_manager_connection && shell::ShellIsRemote())
+ if (service_manager_connection && service_manager::ServiceManagerIsRemote())
window_finder_.reset(new WindowFinderMus);
else
#endif
« no previous file with comments | « chrome/browser/ui/views/frame/native_browser_frame_factory_chromeos.cc ('k') | chrome/gpu/chrome_content_gpu_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698