Index: components/leveldb_proto/proto_database_impl.h |
diff --git a/components/leveldb_proto/proto_database_impl.h b/components/leveldb_proto/proto_database_impl.h |
index 1b1c74076663535c9be490ced95c6998439058db..cfa9bd6ac975b09a511e8b07cb62b3512897ce84 100644 |
--- a/components/leveldb_proto/proto_database_impl.h |
+++ b/components/leveldb_proto/proto_database_impl.h |
@@ -16,12 +16,13 @@ |
#include "base/strings/string_util.h" |
#include "base/threading/sequenced_worker_pool.h" |
#include "base/threading/thread_checker.h" |
+#include "base/strings/string_split.h" |
#include "components/leveldb_proto/leveldb_database.h" |
#include "components/leveldb_proto/proto_database.h" |
namespace leveldb_proto { |
-typedef std::vector<std::pair<std::string, std::string> > KeyValueVector; |
+typedef base::StringPairs KeyValueVector; |
typedef std::vector<std::string> KeyVector; |
// When the ProtoDatabaseImpl instance is deleted, in-progress asynchronous |