Index: ash/wm/lock_state_controller_unittest.cc |
diff --git a/ash/wm/lock_state_controller_unittest.cc b/ash/wm/lock_state_controller_unittest.cc |
index 001a5f72dfbd0af761c5cbec24158ddbec3e23fc..425f4392211389b9d878478c3b3c0360d2ce366f 100644 |
--- a/ash/wm/lock_state_controller_unittest.cc |
+++ b/ash/wm/lock_state_controller_unittest.cc |
@@ -46,7 +46,7 @@ void CheckCalledCallback(bool* flag) { |
} |
aura::Window* GetContainer(int container ) { |
- aura::RootWindow* root_window = Shell::GetPrimaryRootWindow(); |
+ aura::Window* root_window = Shell::GetPrimaryRootWindow(); |
return Shell::GetContainer(root_window, container); |
} |