diff options
Diffstat (limited to 'content/shell/common/webkit_test_helpers.cc')
-rw-r--r-- | content/shell/common/webkit_test_helpers.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |