| Index: chrome/common/ini_parser_unittest.cc
|
| diff --git a/base/ini_parser_unittest.cc b/chrome/common/ini_parser_unittest.cc
|
| similarity index 98%
|
| rename from base/ini_parser_unittest.cc
|
| rename to chrome/common/ini_parser_unittest.cc
|
| index ff90f6c8fc7f686a2600a85a0180fe5829063766..7ea54610dd00e249aaef48066ba1b881e5f8ac36 100644
|
| --- a/base/ini_parser_unittest.cc
|
| +++ b/chrome/common/ini_parser_unittest.cc
|
| @@ -5,11 +5,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/ini_parser.h"
|
| +#include "chrome/common/ini_parser.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace base {
|
| -
|
| namespace {
|
|
|
| struct TestTriplet {
|
| @@ -127,5 +125,3 @@ TEST(INIParserTest, DictionaryValueINIParser) {
|
| }
|
|
|
| } // namespace
|
| -
|
| -} // namespace base
|
|
|