Index: content/browser/indexed_db/indexed_db_transaction.cc |
diff --git a/content/browser/indexed_db/indexed_db_transaction.cc b/content/browser/indexed_db/indexed_db_transaction.cc |
index 82e640f3665dd74bbac72f6c1b7746e8e29938a0..0d8be371e48b1022dcedc79c444f99bfb5ece840 100644 |
--- a/content/browser/indexed_db/indexed_db_transaction.cc |
+++ b/content/browser/indexed_db/indexed_db_transaction.cc |
@@ -328,7 +328,7 @@ void IndexedDBTransaction::ProcessTaskQueue() { |
void IndexedDBTransaction::Timeout() { |
Abort(IndexedDBDatabaseError( |
blink::WebIDBDatabaseExceptionTimeoutError, |
- ASCIIToUTF16("Transaction timed out due to inactivity."))); |
+ base::ASCIIToUTF16("Transaction timed out due to inactivity."))); |
} |
void IndexedDBTransaction::CloseOpenCursors() { |