Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 97cdf4a806e2b51566c7d1a9c87a9c20a4686ae6..19132d0fbea5a4433ceadbb4ec146919e1b61349 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -186,7 +186,8 @@ RootWindowController* RootWindowController::ForLauncher(aura::Window* window) { |
} |
// static |
-RootWindowController* RootWindowController::ForWindow(aura::Window* window) { |
+RootWindowController* RootWindowController::ForWindow( |
+ const aura::Window* window) { |
return GetRootWindowController(window->GetRootWindow()); |
} |