| Index: third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| index 423af2cb19f020bc45e45e4bfe39014cb83f9cc4..1230e90dda31d492b265f7f5f52473017ee72651 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -32,9 +32,9 @@
|
| #define WebPagePopupImpl_h
|
|
|
| #include "core/page/PagePopup.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| #include "public/web/WebPagePopup.h"
|
| #include "web/PageWidgetDelegate.h"
|
| -#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|