Chromium Code Reviews| Index: ash/system/status_area_widget_delegate.cc |
| diff --git a/ash/system/status_area_widget_delegate.cc b/ash/system/status_area_widget_delegate.cc |
| index eec743a0b7b9e1262a3e1378497b7d5a13de781e..853b41adbda3eaf81b34622bbdf0ab691968fd8f 100644 |
| --- a/ash/system/status_area_widget_delegate.cc |
| +++ b/ash/system/status_area_widget_delegate.cc |
| @@ -4,13 +4,14 @@ |
| #include "ash/system/status_area_widget_delegate.h" |
| +#include <memory> |
|
oshima
2016/04/08 07:09:41
remove this?
|
| + |
| #include "ash/ash_export.h" |
| #include "ash/ash_switches.h" |
| #include "ash/focus_cycler.h" |
| #include "ash/shell.h" |
| #include "ash/shell_window_ids.h" |
| #include "ash/system/tray/tray_constants.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/strings/utf_string_conversions.h" |
| #include "ui/aura/window_event_dispatcher.h" |
| #include "ui/compositor/layer.h" |