Index: content/shell/renderer/test_runner/web_test_proxy.h |
diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h |
index 88dd814c2e0ef9a40ac24d1f828dadec119d5f32..e06d572380da806ae55af35642d6e5d74f8d2f99 100644 |
--- a/content/shell/renderer/test_runner/web_test_proxy.h |
+++ b/content/shell/renderer/test_runner/web_test_proxy.h |
@@ -13,7 +13,6 @@ |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
#include "content/shell/renderer/test_runner/web_task.h" |
-#include "third_party/WebKit/public/platform/WebImage.h" |
#include "third_party/WebKit/public/platform/WebRect.h" |
#include "third_party/WebKit/public/platform/WebScreenInfo.h" |
#include "third_party/WebKit/public/platform/WebURLError.h" |
@@ -45,6 +44,7 @@ |
class WebDragData; |
class WebFileChooserCompletion; |
class WebFrame; |
+class WebImage; |
class WebLocalFrame; |
class WebMIDIAccessor; |
class WebMIDIAccessorClient; |
@@ -254,8 +254,6 @@ |
WebTaskList task_list_; |
- blink::WebImage drag_image_; |
- |
scoped_ptr<SpellCheckClient> spellcheck_; |
scoped_ptr<MockWebUserMediaClient> user_media_client_; |