| Index: content/browser/dom_storage/dom_storage_area_unittest.cc
|
| diff --git a/content/browser/dom_storage/dom_storage_area_unittest.cc b/content/browser/dom_storage/dom_storage_area_unittest.cc
|
| index 697f6250b1d41465b418ed7d948f08c67f1d7097..c4d290c6a4d2b921a67219674e200fd347512d8c 100644
|
| --- a/content/browser/dom_storage/dom_storage_area_unittest.cc
|
| +++ b/content/browser/dom_storage/dom_storage_area_unittest.cc
|
| @@ -18,8 +18,9 @@
|
| #include "content/common/dom_storage/dom_storage_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace content {
|
| +using base::ASCIIToUTF16;
|
|
|
| +namespace content {
|
|
|
| class DOMStorageAreaTest : public testing::Test {
|
| public:
|
|
|