| Index: Source/WebKit/chromium/src/WebHelperPluginImpl.h
|
| diff --git a/Source/WebKit/chromium/src/WebHelperPluginImpl.h b/Source/WebKit/chromium/src/WebHelperPluginImpl.h
|
| index 90bfc58d98ea00f01ddf0463b50a2faae77f2a13..1f1ea96e1dab924068633c0d0b187b0e2e58398c 100644
|
| --- a/Source/WebKit/chromium/src/WebHelperPluginImpl.h
|
| +++ b/Source/WebKit/chromium/src/WebHelperPluginImpl.h
|
| @@ -32,8 +32,9 @@
|
| #define WebHelperPluginImpl_h
|
|
|
| #include "WebHelperPlugin.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
| class Page;
|
|
|