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

Unified Diff: chrome/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: style 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: chrome/browser/idbbindingutilities_browsertest.cc
diff --git a/chrome/browser/idbbindingutilities_browsertest.cc b/chrome/browser/idbbindingutilities_browsertest.cc
index d8bb0e2828a34b4798fc1aaee15c4505fce33fcd..9d78f5dddee05b68028e21e08fe44d6464d79d99 100644
--- a/chrome/browser/idbbindingutilities_browsertest.cc
+++ b/chrome/browser/idbbindingutilities_browsertest.cc
@@ -8,6 +8,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"
jam 2011/11/19 23:13:46 nit: files in chrome should only be including (new
piman 2011/11/21 22:05:04 Good, problem fixes self.
#include "content/common/indexed_db_key.h"
#include "content/common/utility_messages.h"
#include "content/public/common/serialized_script_value.h"
@@ -17,7 +18,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;
@@ -38,7 +38,7 @@ class ScopedShutdownWebKit {
// Sanity test, check the function call directly outside the sandbox.
TEST(IDBKeyPathWithoutSandbox, Value) {
- webkit_glue::WebKitPlatformSupportImpl webkit_platform_support;
+ ContentWebKitPlatformSupportImpl webkit_platform_support;
WebKit::initialize(&webkit_platform_support);
ScopedShutdownWebKit shutdown_webkit;

Powered by Google App Engine
This is Rietveld 408576698