| Index: sync/notifier/sync_notifier.h
|
| diff --git a/sync/notifier/sync_notifier.h b/sync/notifier/sync_notifier.h
|
| index 4f3a4304a0e21dc6c7ba80ab84c7f4ab35bb8a09..a92a8a4bd1c5e69269949cdd35d6b7b6724b56da 100644
|
| --- a/sync/notifier/sync_notifier.h
|
| +++ b/sync/notifier/sync_notifier.h
|
| @@ -13,7 +13,7 @@
|
|
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| class SyncNotifierObserver;
|
|
|
| class SyncNotifier {
|
| @@ -50,6 +50,6 @@ class SyncNotifier {
|
| virtual void SendNotification(
|
| syncable::ModelTypeSet changed_types) = 0;
|
| };
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_NOTIFIER_SYNC_NOTIFIER_H_
|
|
|