| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index 4ae72e621ffde4fd9f34cbe0fd0dd9141611ebf3..0a54f9995fff7c0c23852fa7777fa7b6cf09e7e3 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -35,12 +35,12 @@
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/plugins/PluginView.h"
|
| #include "platform/FrameViewBase.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/web/WebPluginContainer.h"
|
| #include "web/WebExport.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|