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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2625843002: Folds WmRootWindowController into RootWindowController (Closed)
Patch Set: Created 3 years, 11 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: ash/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 2957814db7d95d8d065acb055e375f53287349a2..42c4fb0ffbe7d8890f11304564c2db105fdada33 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -52,7 +52,7 @@ class WmWindowMus : public WmWindowAura {
bool IsContainer() const;
// WmWindow:
- WmRootWindowController* GetRootWindowController() override;
+ ash::RootWindowController* GetRootWindowController() override;
WmShell* GetShell() const override;
void CloseWidget() override;
void AddLimitedPreTargetHandler(ui::EventHandler* handler) override;

Powered by Google App Engine
This is Rietveld 408576698