Index: ui/app_list/views/tile_item_view.h |
diff --git a/ui/app_list/views/tile_item_view.h b/ui/app_list/views/tile_item_view.h |
index f981bb1d92cae58518c2f4fd5dda4a61cdfb510a..7205d9349791ee96e98d25616be7ee635a5c606e 100644 |
--- a/ui/app_list/views/tile_item_view.h |
+++ b/ui/app_list/views/tile_item_view.h |
@@ -5,6 +5,9 @@ |
#ifndef UI_APP_LIST_VIEWS_TILE_ITEM_VIEW_H_ |
#define UI_APP_LIST_VIEWS_TILE_ITEM_VIEW_H_ |
+#include <memory> |
+#include <utility> |
oshima
2017/07/07 23:59:56
do you need utility here?
Jiaquan He
2017/07/08 00:43:55
The lint check tells me to include utility, but ac
oshima
2017/07/08 00:47:15
Will voving to .cc file fix it?
Jiaquan He
2017/07/08 01:24:47
Makes sense. It fixes!
|
+ |
#include "base/macros.h" |
#include "base/strings/string16.h" |
#include "third_party/skia/include/core/SkColor.h" |