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

Unified Diff: ash/shell_observer.h

Issue 2871813002: Converts remaining usage of WmLayoutManager to aura::LayoutManager (Closed)
Patch Set: cleanup Created 3 years, 7 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/shell.cc ('k') | ash/shell_port.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 53e8d5f09dc4e1e07206a2f6bdff8d2696ebed8a..a98700afff3dd92f099932c9e5b5bde3ab988318 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -8,6 +8,10 @@
#include "ash/ash_export.h"
#include "ash/login_status.h"
+namespace aura {
+class Window;
+}
+
namespace ash {
class WmWindow;
@@ -59,7 +63,7 @@ class ASH_EXPORT ShellObserver {
// Called when keyboard is activated/deactivated in |root_window|.
virtual void OnVirtualKeyboardStateChanged(bool activated,
- WmWindow* root_window) {}
+ aura::Window* root_window) {}
// Called at the end of Shell::Init.
virtual void OnShellInitialized() {}
« no previous file with comments | « ash/shell.cc ('k') | ash/shell_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698