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

Unified Diff: content/browser/in_process_webkit/indexed_db_dispatcher_host.h

Issue 15564008: Migrate the IndexedDB backend from Blink to Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Accessor naming, use LevelDBSlice ctor explicitly Created 7 years, 7 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/browser/in_process_webkit/indexed_db_dispatcher_host.h
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
index 48a75d744cdf5dfa559f9c53ebff0aa9b72eb88e..3c719a759bf267f296a0c1cbcb5886603fa60534 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -30,8 +30,6 @@ struct IndexedDBHostMsg_FactoryOpen_Params;
namespace WebKit {
class WebIDBCursor;
class WebIDBDatabase;
-class WebIDBIndex;
-class WebIDBObjectStore;
struct WebIDBMetadata;
}

Powered by Google App Engine
This is Rietveld 408576698