| Index: ash/wm/property_util.cc
|
| diff --git a/ash/wm/property_util.cc b/ash/wm/property_util.cc
|
| index 43fabc2b9754c71922b92509cb95d58cdcf63dd4..d1240b68154304c65a8b597e9340aca37f0fb64c 100644
|
| --- a/ash/wm/property_util.cc
|
| +++ b/ash/wm/property_util.cc
|
| @@ -92,7 +92,7 @@ void SetDefaultPersistsAcrossAllWorkspaces(bool value) {
|
| }
|
|
|
| internal::RootWindowController* GetRootWindowController(
|
| - aura::RootWindow* root_window) {
|
| + const aura::RootWindow* root_window) {
|
| return root_window ?
|
| root_window->GetProperty(internal::kRootWindowControllerKey) : NULL;
|
| }
|
|
|