| Index: ash/wm/resize_shadow_controller.h
|
| diff --git a/ash/wm/resize_shadow_controller.h b/ash/wm/resize_shadow_controller.h
|
| index 81d9351e55e0549a3361b0fa2fd14755da494772..0c651e050ad379f5731d6775d05c66a7aaddab3d 100644
|
| --- a/ash/wm/resize_shadow_controller.h
|
| +++ b/ash/wm/resize_shadow_controller.h
|
| @@ -42,7 +42,7 @@ class ASH_EXPORT ResizeShadowController : public aura::WindowObserver {
|
| void OnWindowDestroyed(aura::Window* window) override;
|
|
|
| private:
|
| - typedef std::map<aura::Window*, linked_ptr<ResizeShadow> > WindowShadowMap;
|
| + typedef std::map<aura::Window*, linked_ptr<ResizeShadow>> WindowShadowMap;
|
|
|
| // Creates a shadow for a given window and returns it. |window_shadows_|
|
| // owns the memory.
|
|
|