| Index: third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| index 818dc655cdc528deb612cd13e45d1ec19be1061b..e6e3dbb73e22aa7bf74cc9f4bc11657682641bdd 100644
|
| --- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
|
| @@ -32,11 +32,11 @@
|
| #define WebHelperPluginImpl_h
|
|
|
| #include "platform/Timer.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/web/WebHelperPlugin.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|