Index: ash/wm/lock_layout_manager.h |
diff --git a/ash/wm/lock_layout_manager.h b/ash/wm/lock_layout_manager.h |
index b9888a96ea9d85284cf7c7df4f6db474d0293a9b..2cd4859d9e216dc47d1cba6e413b20b80cff2d8c 100644 |
--- a/ash/wm/lock_layout_manager.h |
+++ b/ash/wm/lock_layout_manager.h |
@@ -5,13 +5,14 @@ |
#ifndef ASH_WM_LOCK_LAYOUT_MANAGER_H_ |
#define ASH_WM_LOCK_LAYOUT_MANAGER_H_ |
+#include <memory> |
oshima
2016/04/08 07:09:42
remove this?
|
+ |
#include "ash/ash_export.h" |
#include "ash/shell_delegate.h" |
#include "ash/snap_to_pixel_layout_manager.h" |
#include "ash/wm/wm_types.h" |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "ui/aura/layout_manager.h" |
#include "ui/aura/window_observer.h" |
#include "ui/gfx/geometry/rect.h" |