| 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 01494043fe0582f313fc4011fc6e247651ac2534..fbd2e8760a700c2e9098ef6a83127fc39f72d644 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -105,7 +105,6 @@
|
| #include "platform/PlatformGestureEvent.h"
|
| #include "platform/PlatformMouseEvent.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/exported/WebActiveGestureAnimation.h"
|
| #include "platform/fonts/FontCache.h"
|
| @@ -119,6 +118,7 @@
|
| #include "platform/graphics/paint/DrawingRecorder.h"
|
| #include "platform/image-decoders/ImageDecoder.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCompositeAndReadbackAsyncCallback.h"
|
|
|