| Index: content/common/dom_storage/dom_storage_map_unittest.cc
|
| diff --git a/content/common/dom_storage/dom_storage_map_unittest.cc b/content/common/dom_storage/dom_storage_map_unittest.cc
|
| index 0937c215ddeeb7a77b6043576d78602a8597c23a..641b6b2651dbb13734bdd8c953d9322e5eeb71c9 100644
|
| --- a/content/common/dom_storage/dom_storage_map_unittest.cc
|
| +++ b/content/common/dom_storage/dom_storage_map_unittest.cc
|
| @@ -6,6 +6,8 @@
|
| #include "content/common/dom_storage/dom_storage_map.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using base::ASCIIToUTF16;
|
| +
|
| namespace content {
|
|
|
| TEST(DOMStorageMapTest, DOMStorageMapBasics) {
|
|
|