| Index: content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| diff --git a/content/child/indexed_db/indexed_db_dispatcher_unittest.cc b/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| index 4f29998f02ce0c4894eddd78ea882e93c6bc130b..7f428ee1e93ee2813802a19f753f0499c13948e8 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| @@ -25,6 +25,7 @@ using blink::WebIDBCursor;
|
| using blink::WebIDBDatabase;
|
| using blink::WebIDBDatabaseError;
|
| using blink::WebIDBKey;
|
| +using blink::WebIDBValue;
|
| using blink::WebVector;
|
|
|
| namespace content {
|
| @@ -140,8 +141,7 @@ class CursorCallbacks : public WebIDBCallbacks {
|
| explicit CursorCallbacks(scoped_ptr<WebIDBCursor>* cursor)
|
| : cursor_(cursor) {}
|
|
|
| - virtual void onSuccess(const WebData&,
|
| - const WebVector<WebBlobInfo>&) override {}
|
| + virtual void onSuccess(const WebIDBValue&) override {}
|
| virtual void onSuccess(WebIDBCursor* cursor,
|
| const WebIDBKey& key,
|
| const WebIDBKey& primaryKey,
|
|
|