| Index: sync/notifier/chrome_system_resources_unittest.cc
|
| diff --git a/sync/notifier/chrome_system_resources_unittest.cc b/sync/notifier/chrome_system_resources_unittest.cc
|
| index 8ec8c8d6d511893760643dc38a29318267ceaf0a..7d05db8da10ab2e7ff242d6beda75ed810441d39 100644
|
| --- a/sync/notifier/chrome_system_resources_unittest.cc
|
| +++ b/sync/notifier/chrome_system_resources_unittest.cc
|
| @@ -17,7 +17,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| using ::testing::_;
|
| @@ -174,4 +174,4 @@ TEST_F(ChromeSystemResourcesTest, WriteState) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace notifier
|
| +} // namespace syncer
|
|
|