| Index: Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebFrameTest.cpp b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| index 8fb07bf08027af7204242c9ad650910cc13d9cea..3ee374276059396d21eb5dd65c979d7c28890f84 100644
|
| --- a/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| @@ -43,7 +43,6 @@
|
| #include "PlatformContextSkia.h"
|
| #include "Range.h"
|
| #include "RenderView.h"
|
| -#include "ResourceError.h"
|
| #include "ScrollbarTheme.h"
|
| #include "Settings.h"
|
| #include "SkBitmap.h"
|
| @@ -68,6 +67,7 @@
|
| #include "WebViewClient.h"
|
| #include "WebViewImpl.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| +#include "core/platform/network/ResourceError.h"
|
| #include "v8.h"
|
| #include <public/Platform.h>
|
| #include <public/WebFloatRect.h>
|
|
|