| Index: content/browser/indexed_db/indexed_db_factory.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_factory.cc b/content/browser/indexed_db/indexed_db_factory.cc
|
| index 2cfef62c90643e6c8f75bf98910b10bc9a0d21f3..bd0c0ade2a649d13d075dfd1468a97fcd336c987 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.cc
|
| +++ b/content/browser/indexed_db/indexed_db_factory.cc
|
| @@ -130,7 +130,7 @@ void IndexedDBFactory::GetDatabaseNames(
|
| }
|
|
|
| void IndexedDBFactory::DeleteDatabase(
|
| - const string16& name,
|
| + const base::string16& name,
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
| const GURL& origin_url,
|
| const base::FilePath& data_directory) {
|
| @@ -233,7 +233,7 @@ scoped_refptr<IndexedDBBackingStore> IndexedDBFactory::OpenBackingStore(
|
| }
|
|
|
| void IndexedDBFactory::Open(
|
| - const string16& name,
|
| + const base::string16& name,
|
| int64 version,
|
| int64 transaction_id,
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
|
|