| 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 bb94c806e7896c8ece6b8ae922b69a8a9eea6be0..23d1cc608a070fb3755c005a17ad61dff3af3b52 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"
|
| @@ -120,6 +119,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"
|
|
|