Index: content/browser/indexed_db/indexed_db_leveldb_coding.h |
diff --git a/content/browser/indexed_db/indexed_db_leveldb_coding.h b/content/browser/indexed_db/indexed_db_leveldb_coding.h |
index 0cc882ff1c1ce59c707a2946e8a109ae1a1ce896..50573ee95d32415f48f03d6ce8174fedd3e7dc88 100644 |
--- a/content/browser/indexed_db/indexed_db_leveldb_coding.h |
+++ b/content/browser/indexed_db/indexed_db_leveldb_coding.h |
@@ -136,7 +136,7 @@ class KeyPrefix { |
static const int64 kMaxIndexId = |
(1ULL << kMaxIndexIdBits) - 1; // max signed int32 |
- static bool IsValidDatabaseId(int64 database_id); |
+ CONTENT_EXPORT static bool IsValidDatabaseId(int64 database_id); |
static bool IsValidObjectStoreId(int64 index_id); |
static bool IsValidIndexId(int64 index_id); |
static bool ValidIds(int64 database_id, |