| Index: sync/notifier/chrome_invalidation_client_unittest.cc
|
| diff --git a/sync/notifier/chrome_invalidation_client_unittest.cc b/sync/notifier/chrome_invalidation_client_unittest.cc
|
| index fae864dbfa72185403278966cef94d4070e9775b..7c93eef5d9984b42cc076622f13c9ebe725fcf05 100644
|
| --- a/sync/notifier/chrome_invalidation_client_unittest.cc
|
| +++ b/sync/notifier/chrome_invalidation_client_unittest.cc
|
| @@ -17,7 +17,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using ::testing::_;
|
| using ::testing::InSequence;
|
| @@ -66,7 +66,7 @@ class ChromeInvalidationClientTest : public testing::Test {
|
| virtual void SetUp() {
|
| client_.Start(kClientId, kClientInfo, kState,
|
| InvalidationVersionMap(),
|
| - csync::MakeWeakHandle(
|
| + syncer::MakeWeakHandle(
|
| mock_invalidation_state_tracker_.AsWeakPtr()),
|
| &mock_listener_);
|
| }
|
| @@ -345,4 +345,4 @@ TEST_F(ChromeInvalidationClientTest, StateChangesAuthError) {
|
| client_.Ready(NULL);
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|