Index: ash/wm/property_util.h |
diff --git a/ash/wm/property_util.h b/ash/wm/property_util.h |
index adb983df6de202b522d276e9fbc78d6da586b2ec..32ae278ca9ff7e5b107e00730bdf524727891bb4 100644 |
--- a/ash/wm/property_util.h |
+++ b/ash/wm/property_util.h |
@@ -24,7 +24,7 @@ class RootWindowController; |
// Sets the restore bounds property on |window| in the virtual screen |
// coordinates. Deletes existing bounds value if exists. |
ASH_EXPORT void SetRestoreBoundsInScreen(aura::Window* window, |
- const gfx::Rect& screen_bounds); |
+ const gfx::Rect& screen_bounds); |
// Same as |SetRestoreBoundsInScreen| except that the bounds is in the |
// parent's coordinates. |
ASH_EXPORT void SetRestoreBoundsInParent(aura::Window* window, |