| Index: components/sync/driver/sync_service.cc
|
| diff --git a/components/sync/driver/sync_service.cc b/components/sync/driver/sync_service.cc
|
| index aa721ecefa22bf9c78c1be3fdb7855a274501cfa..b27b87b58f7810824cc27f81ffe2578e9f4fde2f 100644
|
| --- a/components/sync/driver/sync_service.cc
|
| +++ b/components/sync/driver/sync_service.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "components/sync/core/sync_manager.h"
|
|
|
| -namespace sync_driver {
|
| +namespace syncer {
|
|
|
| SyncSetupInProgressHandle::SyncSetupInProgressHandle(base::Closure on_destroy)
|
| : on_destroy_(on_destroy) {}
|
| @@ -16,7 +16,7 @@ SyncSetupInProgressHandle::~SyncSetupInProgressHandle() {
|
| }
|
|
|
| SyncService::SyncTokenStatus::SyncTokenStatus()
|
| - : connection_status(syncer::CONNECTION_NOT_ATTEMPTED),
|
| + : connection_status(CONNECTION_NOT_ATTEMPTED),
|
| last_get_token_error(GoogleServiceAuthError::AuthErrorNone()) {}
|
|
|
| -} // namespace sync_driver
|
| +} // namespace syncer
|
|
|