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

Unified Diff: ash/common/system/tray/system_tray_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
« no previous file with comments | « ash/common/system/tray/system_tray_controller.h ('k') | ash/common/wm_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_controller.cc
diff --git a/ash/common/system/tray/system_tray_controller.cc b/ash/common/system/tray/system_tray_controller.cc
index 735eeb0d5d1e69b811d055751b3e3b7e6725c760..43ef4fa5f874fb2bdb91f3f6672a44bfdb3e5f75 100644
--- a/ash/common/system/tray/system_tray_controller.cc
+++ b/ash/common/system/tray/system_tray_controller.cc
@@ -12,7 +12,8 @@
namespace ash {
-SystemTrayController::SystemTrayController(shell::Connector* connector)
+SystemTrayController::SystemTrayController(
+ service_manager::Connector* connector)
: connector_(connector), hour_clock_type_(base::GetHourClockType()) {}
SystemTrayController::~SystemTrayController() {}
« no previous file with comments | « ash/common/system/tray/system_tray_controller.h ('k') | ash/common/wm_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698