| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 4ac184f3a9b3b1f10c304eac18bed3e1b6eb8e87..2479d47a0a5d5d6940032473fcba50d0ffb89727 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -36,6 +36,8 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/heap/SelfKeepAlive.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebFileSystemType.h"
|
| #include "public/web/WebLocalFrame.h"
|
| #include "web/LocalFrameClientImpl.h"
|
| @@ -44,8 +46,6 @@
|
| #include "web/WebFrameImplBase.h"
|
| #include "web/WebFrameWidgetBase.h"
|
| #include "web/WebInputMethodControllerImpl.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| #include <memory>
|
|
|
|
|