Index: ash/wm/window_util.h |
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
index 57bc7ed0ea5e4b8b7d3fe29acb1b2dbf70d44cb3..6dc9d2a2aa4d5c0137072744fb6a6f5010106d82 100644 |
--- a/ash/wm/window_util.h |
+++ b/ash/wm/window_util.h |
@@ -24,8 +24,6 @@ ASH_EXPORT void DeactivateWindow(aura::Window* window); |
ASH_EXPORT bool IsActiveWindow(aura::Window* window); |
ASH_EXPORT aura::Window* GetActiveWindow(); |
ASH_EXPORT bool CanActivateWindow(aura::Window* window); |
-ASH_EXPORT internal::RootWindowController* GetRootWindowController( |
- aura::RootWindow* root_window); |
// Retrieves the activatable window for |window|. If |window| is activatable, |
// this will just return it, otherwise it will climb the parent/transient parent |