| Index: sync/util/data_type_histogram_unittest.cc
|
| diff --git a/sync/util/data_type_histogram_unittest.cc b/sync/util/data_type_histogram_unittest.cc
|
| index 9b5d0eabaf478fbd1f6c4f612c7fd42d16fbed91..0601d31007f29c464e144f23374653e3d98c0c84 100644
|
| --- a/sync/util/data_type_histogram_unittest.cc
|
| +++ b/sync/util/data_type_histogram_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| class DataTypeHistogramTest : public testing::Test {
|
| @@ -60,4 +60,4 @@ TEST(DataTypeHistogramTest, BasicEnum) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|