| Index: sync/api/sync_change_processor.h
|
| diff --git a/sync/api/sync_change_processor.h b/sync/api/sync_change_processor.h
|
| index 31788e2aa86ac1cfbe82831f1d68b9603b151ec4..85a5e0baf5c2cca5f9662b3c4f33cee4ea95a976 100644
|
| --- a/sync/api/sync_change_processor.h
|
| +++ b/sync/api/sync_change_processor.h
|
| @@ -14,7 +14,7 @@ namespace tracked_objects {
|
| class Location;
|
| } // namespace tracked_objects
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class SyncChange;
|
|
|
| @@ -38,6 +38,6 @@ class SyncChangeProcessor {
|
| const SyncChangeList& change_list) = 0;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_API_SYNC_CHANGE_PROCESSOR_H_
|
|
|