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

Unified Diff: content/browser/indexed_db/indexed_db_database.h

Issue 16573003: Remove content/browser dependency on WebKit::WebIDBCallbacks and WebKit::WebIDBDatabaseCallbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix namespace issues Created 7 years, 6 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/indexed_db/indexed_db_database.h
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
index 30f063c841ce65d3ff18abf7b3dd13736fc2e16a..bc03564f2b95ae37468c28c1e1fd7ed8786b0613 100644
--- a/content/browser/indexed_db/indexed_db_database.h
+++ b/content/browser/indexed_db/indexed_db_database.h
@@ -19,6 +19,8 @@
namespace content {
+class IndexedDBCallbacksWrapper;
+class IndexedDBDatabaseCallbacksWrapper;
class IndexedDBBackingStore;
class IndexedDBFactory;
class IndexedDBKey;

Powered by Google App Engine
This is Rietveld 408576698