Chromium Code Reviews| Index: components/dom_distiller/ios/distiller_page_ios.h |
| diff --git a/components/dom_distiller/ios/distiller_page_ios.h b/components/dom_distiller/ios/distiller_page_ios.h |
| index b2a1a598213a6fc3bec7dc66246147f7e5b1ac95..43ff2dafa515a2f032d34b3a26b36c192c043bec 100644 |
| --- a/components/dom_distiller/ios/distiller_page_ios.h |
| +++ b/components/dom_distiller/ios/distiller_page_ios.h |
| @@ -6,6 +6,7 @@ |
| #define COMPONENTS_DOM_DISTILLER_IOS_DISTILLER_PAGE_IOS_H_ |
| #include <memory> |
| +#include <objc/objc.h> |
|
Olivier
2017/01/20 09:04:42
This file use the "id" type, so it needs this head
jif
2017/01/20 10:23:19
#import?
Olivier
2017/01/20 10:47:06
objc/objc.h is a C++ header.
|
| #include <string> |
| #include "base/memory/weak_ptr.h" |