| 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 4dce7b13bb9c243326d5ede8be22a71edbad5e5a..8cf50425866d245bc449142ed477c6e7d57e548b 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.cc
|
| +++ b/content/browser/indexed_db/indexed_db_factory.cc
|
| @@ -14,6 +14,8 @@
|
| #include "third_party/WebKit/public/platform/WebIDBDatabaseException.h"
|
| #include "webkit/common/database/database_identifier.h"
|
|
|
| +using base::ASCIIToUTF16;
|
| +
|
| namespace content {
|
|
|
| const int64 kBackingStoreGracePeriodMs = 2000;
|
|
|