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

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

Issue 15724006: Migrate IDBDatabaseBackendTest from blink to chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to ToT, fix review comments 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/indexed_db/indexed_db_database_impl.h
diff --git a/content/browser/indexed_db/indexed_db_database_impl.h b/content/browser/indexed_db/indexed_db_database_impl.h
index d71cf0e728564940860baf156d0bdd5a9a4caf4c..5a208b3f2f8319b81a6e79ff4a7c553fa0de353f 100644
--- a/content/browser/indexed_db/indexed_db_database_impl.h
+++ b/content/browser/indexed_db/indexed_db_database_impl.h
@@ -22,7 +22,7 @@ class IndexedDBDatabase;
class IndexedDBFactoryImpl;
class IndexedDBTransaction;
-class IndexedDBDatabaseImpl : public IndexedDBDatabase {
+class CONTENT_EXPORT IndexedDBDatabaseImpl : public IndexedDBDatabase {
public:
static scoped_refptr<IndexedDBDatabaseImpl> Create(
const string16& name,

Powered by Google App Engine
This is Rietveld 408576698