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

Unified Diff: content/browser/indexed_db/webidbdatabase_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/webidbdatabase_impl.h
diff --git a/content/browser/indexed_db/webidbdatabase_impl.h b/content/browser/indexed_db/webidbdatabase_impl.h
index 52c137f76516ae1e1695434f65d9500fb7751703..bdbe37ee6b7ee9b0a0278b09422710a8ec83af6b 100644
--- a/content/browser/indexed_db/webidbdatabase_impl.h
+++ b/content/browser/indexed_db/webidbdatabase_impl.h
@@ -21,7 +21,7 @@ class IndexedDBDatabase;
class IndexedDBDatabaseCallbacksWrapper;
// See comment in WebIDBFactory for a high level overview these classes.
-class WebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
+class CONTENT_EXPORT WebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
public:
WebIDBDatabaseImpl(
scoped_refptr<IndexedDBDatabase> db,

Powered by Google App Engine
This is Rietveld 408576698