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

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: Fix exports for WebIDBDatabase too 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..dcc550fd401dcebb2bb872e90d875865941ed0a3 100644
--- a/content/browser/indexed_db/indexed_db_database_impl.h
+++ b/content/browser/indexed_db/indexed_db_database_impl.h
@@ -22,7 +22,8 @@ class IndexedDBDatabase;
class IndexedDBFactoryImpl;
class IndexedDBTransaction;
-class IndexedDBDatabaseImpl : public IndexedDBDatabase {
+class CONTENT_EXPORT IndexedDBDatabaseImpl
+ : NON_EXPORTED_BASE(public IndexedDBDatabase) {
public:
static scoped_refptr<IndexedDBDatabaseImpl> Create(
const string16& name,

Powered by Google App Engine
This is Rietveld 408576698