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..f9a8981c1878b0425b193842da08426f6071a73f 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.cc |
+++ b/content/browser/indexed_db/indexed_db_backing_store.cc |
@@ -4,6 +4,8 @@ |
#include "content/browser/indexed_db/indexed_db_backing_store.h" |
+#include <string> |
+ |
#include "base/files/file_path.h" |
#include "base/files/file_util.h" |
#include "base/format_macros.h" |
@@ -43,6 +45,7 @@ |
using base::FilePath; |
using base::StringPiece; |
+using std::string; |
using storage::FileWriterDelegate; |
namespace content { |