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

Unified Diff: ash/common/shell_delegate.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 | « ash/common/mojo_interface_factory.cc ('k') | ash/common/system/tray/system_tray_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shell_delegate.h
diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h
index f0d61707f2ec9d927f0c47c50369e6cff4b080e0..e7f15a22450f2eb8edd2db18aa9687238a9bcade 100644
--- a/ash/common/shell_delegate.h
+++ b/ash/common/shell_delegate.h
@@ -27,12 +27,12 @@ namespace keyboard {
class KeyboardUI;
}
-namespace ui {
-class MenuModel;
+namespace service_manager {
+class Connector;
}
-namespace shell {
-class Connector;
+namespace ui {
+class MenuModel;
}
namespace views {
@@ -62,7 +62,7 @@ class ASH_EXPORT ShellDelegate {
virtual ~ShellDelegate() {}
// Returns the connector for the mojo service manager. Returns null in tests.
- virtual ::shell::Connector* GetShellConnector() const = 0;
+ virtual service_manager::Connector* GetShellConnector() const = 0;
// Returns true if this is the first time that the shell has been run after
// the system has booted. false is returned after the shell has been
« no previous file with comments | « ash/common/mojo_interface_factory.cc ('k') | ash/common/system/tray/system_tray_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698