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 fa77f29b1b0917c7dac00f1a6b75d8d1b3fb6dcf..db5ab25b69a3c04b268c3c0f0370bfdee9633ac7 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher_unittest.cc |
+++ b/content/common/indexed_db/indexed_db_dispatcher_unittest.cc |
@@ -14,6 +14,8 @@ |
using content::IndexedDBKey; |
using content::SerializedScriptValue; |
+using WebKit::WebVector; |
+using WebKit::WebString; |
class FakeWebIDBTransaction : public WebKit::WebIDBTransaction { |
public: |
@@ -40,6 +42,8 @@ TEST(IndexedDBDispatcherTest, ValueSizeTest) { |
static_cast<WebKit::WebIDBCallbacks*>(NULL), |
dummy_id, |
FakeWebIDBTransaction(), |
+ WebVector<WebString>(), |
+ WebVector<WebVector<WebKit::WebIDBKey> >(), |
&ec); |
EXPECT_NE(ec, 0); |
} |