Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1293)

Unified Diff: content/browser/idbbindingutilities_browsertest.cc

Issue 8602002: Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix review nits Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698