| Index: sync/sync.gyp
|
| diff --git a/sync/sync.gyp b/sync/sync.gyp
|
| index 3143b6da3366987bb83652957ccbf233c94ed2d1..0851271bba2eaa0f1a563d1483e11fb337bfd6a5 100644
|
| --- a/sync/sync.gyp
|
| +++ b/sync/sync.gyp
|
| @@ -257,9 +257,9 @@
|
| 'notifier/sync_notifier.h',
|
| 'notifier/sync_notifier_factory.cc',
|
| 'notifier/sync_notifier_factory.h',
|
| - 'notifier/sync_notifier_helper.cc',
|
| - 'notifier/sync_notifier_helper.h',
|
| 'notifier/sync_notifier_observer.h',
|
| + 'notifier/sync_notifier_registrar.cc',
|
| + 'notifier/sync_notifier_registrar.h',
|
| ],
|
| 'conditions': [
|
| ['OS != "android"', {
|
| @@ -654,7 +654,7 @@
|
| 'notifier/p2p_notifier_unittest.cc',
|
| 'notifier/push_client_channel_unittest.cc',
|
| 'notifier/registration_manager_unittest.cc',
|
| - 'notifier/sync_notifier_helper_unittest.cc',
|
| + 'notifier/sync_notifier_registrar_unittest.cc',
|
| ],
|
| }],
|
| ],
|
|
|