Chromium Code Reviews| Index: content/browser/renderer_host/browser_compositor_view_mac.h |
| diff --git a/content/browser/renderer_host/browser_compositor_view_mac.h b/content/browser/renderer_host/browser_compositor_view_mac.h |
| index c1d11da680032e3ec3c3468d135b6df6e2b32a5c..5a232f94b13f5c464418e8dd5223ae8eb33a8d6b 100644 |
| --- a/content/browser/renderer_host/browser_compositor_view_mac.h |
| +++ b/content/browser/renderer_host/browser_compositor_view_mac.h |
| @@ -5,8 +5,9 @@ |
| #ifndef CONTENT_BROWSER_RENDERER_HOST_BROWSER_COMPOSITOR_VIEW_MAC_H_ |
| #define CONTENT_BROWSER_RENDERER_HOST_BROWSER_COMPOSITOR_VIEW_MAC_H_ |
| +#include <memory> |
|
dcheng
2016/04/26 08:16:55
IWYU fixes.
|
| + |
| #include "base/macros.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "ui/accelerated_widget_mac/accelerated_widget_mac.h" |
| #include "ui/compositor/compositor.h" |
| #include "ui/compositor/compositor_observer.h" |