| 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 a3edbc014c23d0c4fbcfb1174b9544b552f00ee8..5be0eecfc8b599bfe95ff215b687a9d81bb99719 100644
|
| --- a/content/browser/indexed_db/indexed_db_leveldb_coding.h
|
| +++ b/content/browser/indexed_db/indexed_db_leveldb_coding.h
|
| @@ -237,9 +237,9 @@ class DatabaseMetaDataKey {
|
| enum MetaDataType {
|
| ORIGIN_NAME = 0,
|
| DATABASE_NAME = 1,
|
| - USER_VERSION = 2, // Obsolete
|
| + USER_STRING_VERSION = 2, // Obsolete
|
| MAX_OBJECT_STORE_ID = 3,
|
| - USER_INT_VERSION = 4,
|
| + USER_VERSION = 4,
|
| BLOB_KEY_GENERATOR_CURRENT_NUMBER = 5,
|
| MAX_SIMPLE_METADATA_TYPE = 6
|
| };
|
|
|