| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 452dcaa34d090d5a6747d3752ba3d6568d2826f8..cfffa16ef8bdef43e5d75dfa52a346acd4d5d471 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -117,6 +117,10 @@
|
| #include "platform/loader/fetch/UniqueIdentifier.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCompositeAndReadbackAsyncCallback.h"
|
| #include "public/platform/WebCompositorSupport.h"
|
| @@ -174,10 +178,6 @@
|
| #include "web/WebPluginContainerImpl.h"
|
| #include "web/WebRemoteFrameImpl.h"
|
| #include "web/WebSettingsImpl.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| #if USE(DEFAULT_RENDER_THEME)
|
| #include "core/layout/LayoutThemeDefault.h"
|
|
|