From a0a81442d80fda67fab9108e9018b8750da115b6 Mon Sep 17 00:00:00 2001 From: "isherman@chromium.org" Date: Thu, 30 May 2013 23:32:29 +0000 Subject: Revert 203261 "split webkit/glue/webpreferences to common and re..." Broke compile > split webkit/glue/webpreferences to common and renderer > > TBR=jamesr@chromium.org > > BUG=239107 > > Review URL: https://codereview.chromium.org/16216007 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/16232014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203264 0039d316-1c4b-4281-b951-d872f2087c98 --- content/shell/common/webkit_test_helpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/shell/common') diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc index 2417dc1..78f96c1 100644 --- a/content/shell/common/webkit_test_helpers.cc +++ b/content/shell/common/webkit_test_helpers.cc @@ -10,7 +10,7 @@ #include "base/utf_string_conversions.h" #include "content/shell/common/shell_switches.h" #include "third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h" -#include "webkit/common/webpreferences.h" +#include "webkit/glue/webpreferences.h" namespace content { -- cgit v1.1