| Index: content/browser/indexed_db/indexed_db_cursor.h
|
| diff --git a/content/browser/indexed_db/indexed_db_cursor.h b/content/browser/indexed_db/indexed_db_cursor.h
|
| index d6d1d795fbf2384a6dbe45716a5190a97416132e..4c1ec0c540439ebafa2b632b62f71488e11a7603 100644
|
| --- a/content/browser/indexed_db/indexed_db_cursor.h
|
| +++ b/content/browser/indexed_db/indexed_db_cursor.h
|
| @@ -32,7 +32,7 @@ class CONTENT_EXPORT IndexedDBCursor
|
| scoped_refptr<IndexedDBCallbacks> callbacks);
|
| void PrefetchContinue(int number_to_fetch,
|
| scoped_refptr<IndexedDBCallbacks> callbacks);
|
| - void PrefetchReset(int used_prefetches, int unused_prefetches);
|
| + leveldb::Status PrefetchReset(int used_prefetches, int unused_prefetches);
|
|
|
| const IndexedDBKey& key() const { return cursor_->key(); }
|
| const IndexedDBKey& primary_key() const { return cursor_->primary_key(); }
|
|
|