| Index: content/browser/dom_storage/dom_storage_database_unittest.cc
|
| diff --git a/content/browser/dom_storage/dom_storage_database_unittest.cc b/content/browser/dom_storage/dom_storage_database_unittest.cc
|
| index f3ba0b64df7ddbee786433f152d8a515069c4c8a..76d5726a823c27b50fb8830bdcc810d856ab8e45 100644
|
| --- a/content/browser/dom_storage/dom_storage_database_unittest.cc
|
| +++ b/content/browser/dom_storage/dom_storage_database_unittest.cc
|
| @@ -14,6 +14,8 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
|
|
| +using base::ASCIIToUTF16;
|
| +
|
| namespace content {
|
|
|
| void CreateV1Table(sql::Connection* db) {
|
|
|