| Index: content/test/render_view_test.cc
|
| ===================================================================
|
| --- content/test/render_view_test.cc (revision 141081)
|
| +++ content/test/render_view_test.cc (working copy)
|
| @@ -14,7 +14,6 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptController.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptSource.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h"
|
| @@ -167,7 +166,6 @@
|
| false,
|
| false,
|
| 1,
|
| - WebKit::WebScreenInfo(),
|
| false,
|
| AccessibilityModeOff);
|
| view->AddRef();
|
|
|