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

Unified Diff: content/common/indexed_db/indexed_db_dispatcher_unittest.cc

Issue 12129002: Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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/common/indexed_db/indexed_db_dispatcher_unittest.cc
diff --git a/content/common/indexed_db/indexed_db_dispatcher_unittest.cc b/content/common/indexed_db/indexed_db_dispatcher_unittest.cc
index beb3d3324db49418c82bf0336a9c37317cc423ca..0e193f8df6e3e41d52ce4e184a666c13fdcfcebb 100644
--- a/content/common/indexed_db/indexed_db_dispatcher_unittest.cc
+++ b/content/common/indexed_db/indexed_db_dispatcher_unittest.cc
@@ -10,18 +10,12 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebExceptionCode.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBTransaction.h"
using WebKit::WebVector;
using WebKit::WebString;
namespace content {
-class FakeWebIDBTransaction : public WebKit::WebIDBTransaction {
- public:
- FakeWebIDBTransaction() {}
-};
-
// TODO(alecflett): Reenable this test when IDB code in webkit
// enforces size limits. See http://crbug.com/160577
TEST(IndexedDBDispatcherTest, DISABLED_ValueSizeTest) {

Powered by Google App Engine
This is Rietveld 408576698