Index: content/browser/idbbindingutilities_browsertest.cc |
diff --git a/content/browser/idbbindingutilities_browsertest.cc b/content/browser/idbbindingutilities_browsertest.cc |
index 5470f68d847c8a962cb72b60df3e8c8f41b57db4..42862a607da8ecb8da425925e53d1bb296d0dc09 100644 |
--- a/content/browser/idbbindingutilities_browsertest.cc |
+++ b/content/browser/idbbindingutilities_browsertest.cc |
@@ -7,6 +7,7 @@ |
#include "chrome/test/base/ui_test_utils.h" |
#include "content/browser/renderer_host/resource_dispatcher_host.h" |
#include "content/browser/utility_process_host.h" |
+#include "content/common/content_webkitplatformsupport_impl.h" |
#include "content/common/indexed_db_key.h" |
#include "content/common/utility_messages.h" |
#include "content/public/common/serialized_script_value.h" |
@@ -16,7 +17,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h" |
#include "webkit/glue/idb_bindings.h" |
#include "webkit/glue/web_io_operators.h" |
-#include "webkit/glue/webkitplatformsupport_impl.h" |
using content::BrowserThread; |
using WebKit::WebSerializedScriptValue; |
@@ -37,7 +37,7 @@ class ScopedShutdownWebKit { |
// Sanity test, check the function call directly outside the sandbox. |
TEST(IDBKeyPathWithoutSandbox, Value) { |
- webkit_glue::WebKitPlatformSupportImpl webkit_platform_support; |
+ content::WebKitPlatformSupportImpl webkit_platform_support; |
WebKit::initialize(&webkit_platform_support); |
ScopedShutdownWebKit shutdown_webkit; |