| Index: sync/notifier/invalidator_registrar.h
|
| diff --git a/sync/notifier/invalidator_registrar.h b/sync/notifier/invalidator_registrar.h
|
| index 90884d23c61b3a33fca6f04676a0b518de0b6f51..6100973b8662e0ed074bdfa38c95eade2bfc6d41 100644
|
| --- a/sync/notifier/invalidator_registrar.h
|
| +++ b/sync/notifier/invalidator_registrar.h
|
| @@ -27,6 +27,8 @@ namespace syncer {
|
| class InvalidatorRegistrar {
|
| public:
|
| InvalidatorRegistrar();
|
| +
|
| + // It is an error to have registered handlers on destruction.
|
| ~InvalidatorRegistrar();
|
|
|
| // Starts sending notifications to |handler|. |handler| must not be NULL,
|
|
|