| Index: content/browser/indexed_db/indexed_db_backing_store.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc
|
| index 8b467fe9ad3697051801c06d7aa95937e1731cce..439a67e282b8b6c03305fc853503bc56ab8681a3 100644
|
| --- a/content/browser/indexed_db/indexed_db_backing_store.cc
|
| +++ b/content/browser/indexed_db/indexed_db_backing_store.cc
|
| @@ -3909,7 +3909,7 @@ void IndexedDBBackingStore::Transaction::Begin() {
|
| incognito_blob_map_[iter.first] = iter.second->Clone().release();
|
| }
|
|
|
| -static GURL getURLFromUUID(const string& uuid) {
|
| +static GURL getURLFromUUID(const std::string& uuid) {
|
| return GURL("blob:uuid/" + uuid);
|
| }
|
|
|
|
|