summaryrefslogtreecommitdiffstats
path: root/content/shell/webkit_test_runner_bindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/webkit_test_runner_bindings.cc')
-rw-r--r--content/shell/webkit_test_runner_bindings.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/webkit_test_runner_bindings.cc b/content/shell/webkit_test_runner_bindings.cc
index 6d1eb6f..0338124 100644
--- a/content/shell/webkit_test_runner_bindings.cc
+++ b/content/shell/webkit_test_runner_bindings.cc
@@ -11,7 +11,6 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebWorkerInfo.h"
-#include "ui/base/layout.h"
#include "ui/base/resource/resource_bundle.h"
using WebKit::WebFrame;
@@ -24,7 +23,7 @@ namespace {
base::StringPiece GetStringResource(int resource_id) {
return ResourceBundle::GetSharedInstance().GetRawDataResource(
- resource_id, ui::SCALE_FACTOR_NONE);
+ resource_id);
}
RenderView* GetCurrentRenderView() {