Chromium Code Reviews| Index: chrome/browser/android/bottombar/overlay_panel_content.h |
| diff --git a/chrome/browser/android/bottombar/overlay_panel_content.h b/chrome/browser/android/bottombar/overlay_panel_content.h |
| index b25a1ba5da2cd972ce0e36bf058b4a904e6e2b8e..03457a8e8fbafaacdc14ed5125934a68091b9954 100644 |
| --- a/chrome/browser/android/bottombar/overlay_panel_content.h |
| +++ b/chrome/browser/android/bottombar/overlay_panel_content.h |
| @@ -7,6 +7,7 @@ |
| #include "base/android/jni_android.h" |
| #include "base/macros.h" |
| +#include "base/memory/scoped_ptr.h" |
|
Nico
2016/04/04 17:14:56
a) unused
b) why does this add scoped_ptr, not mem
dcheng
2016/04/04 17:43:39
The IWYU fixes were all automated using a poor man
|
| #include "base/task/cancelable_task_tracker.h" |
| #include "chrome/browser/android/contextualsearch/contextual_search_context.h" |