Chromium Code Reviews| Index: ash/display/root_window_transformers.cc |
| diff --git a/ash/display/root_window_transformers.cc b/ash/display/root_window_transformers.cc |
| index 4e3d139639e1280b57d918a18feab308bf007710..b252923275712f04adaf1da2c5af467226661b08 100644 |
| --- a/ash/display/root_window_transformers.cc |
| +++ b/ash/display/root_window_transformers.cc |
| @@ -5,6 +5,7 @@ |
| #include "ash/display/root_window_transformers.h" |
| #include <cmath> |
| +#include <memory> |
|
oshima
2016/04/08 07:09:40
not necessary?
|
| #include "ash/ash_switches.h" |
| #include "ash/display/display_info.h" |
| @@ -13,7 +14,6 @@ |
| #include "ash/magnifier/magnification_controller.h" |
| #include "ash/shell.h" |
| #include "base/command_line.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "third_party/skia/include/utils/SkMatrix44.h" |
| #include "ui/aura/window_event_dispatcher.h" |
| #include "ui/aura/window_property.h" |