| Index: third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| index c6fbc27fac78de48df5f6c09b94577f151dfc220..d24af871fcd8c5dce0c3e51d728462ce241ff5bf 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
|
| @@ -54,6 +54,7 @@
|
| #include "platform/graphics/Color.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/paint/CullRect.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebData.h"
|
| #include "v8/include/v8.h"
|
| @@ -61,7 +62,6 @@
|
| #include "web/PageOverlay.h"
|
| #include "web/WebInputEventConversion.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "wtf/AutoReset.h"
|
|
|
| namespace blink {
|
|
|
|
|