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

Unified Diff: mash/wm/non_client_frame_controller.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « mash/wm/main.cc ('k') | mash/wm/non_client_frame_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/non_client_frame_controller.h
diff --git a/mash/wm/non_client_frame_controller.h b/mash/wm/non_client_frame_controller.h
index 292e5932d17c57a014d177c4e13e0ed3a9bcf4e1..02bed0285baa045f4ea132d8835695ed8188a078 100644
--- a/mash/wm/non_client_frame_controller.h
+++ b/mash/wm/non_client_frame_controller.h
@@ -16,15 +16,15 @@ namespace gfx {
class Insets;
}
-namespace mojo {
-class Connector;
-}
-
namespace mus {
class Window;
class WindowManagerClient;
}
+namespace shell {
+class Connector;
+}
+
namespace mash {
namespace wm {
@@ -33,7 +33,7 @@ class NonClientFrameController : public views::WidgetDelegateView,
public mus::WindowObserver {
public:
// NonClientFrameController deletes itself when |window| is destroyed.
- static void Create(mojo::Connector* connector,
+ static void Create(shell::Connector* connector,
mus::Window* window,
mus::WindowManagerClient* window_manager_client);
@@ -47,7 +47,7 @@ class NonClientFrameController : public views::WidgetDelegateView,
mus::Window* window() { return window_; }
private:
- NonClientFrameController(mojo::Connector* connector,
+ NonClientFrameController(shell::Connector* connector,
mus::Window* window,
mus::WindowManagerClient* window_manager_client);
~NonClientFrameController() override;
« no previous file with comments | « mash/wm/main.cc ('k') | mash/wm/non_client_frame_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698