| Index: sync/internal_api/public/configure_reason.h
|
| diff --git a/sync/internal_api/public/configure_reason.h b/sync/internal_api/public/configure_reason.h
|
| index 934c0e963035783d75d7d2512f1ecf9ac4cccb82..be77472d3fdd656a73a7874311a5e336aa8406cf 100644
|
| --- a/sync/internal_api/public/configure_reason.h
|
| +++ b/sync/internal_api/public/configure_reason.h
|
| @@ -6,7 +6,7 @@
|
| #define SYNC_INTERNAL_API_PUBLIC_CONFIGURE_REASON_H_
|
| #pragma once
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // Note: This should confirm with the enums in sync.proto for
|
| // GetUpdatesCallerInfo. They will have 1:1 mapping but this will only map
|
| @@ -31,6 +31,6 @@ enum ConfigureReason {
|
| CONFIGURE_REASON_NEWLY_ENABLED_DATA_TYPE,
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_CONFIGURE_REASON_H_
|
|
|