| Index: components/invalidation/invalidator_registrar.h
|
| diff --git a/components/invalidation/invalidator_registrar.h b/components/invalidation/invalidator_registrar.h
|
| index f2e41a2f6d27a3455d836e6f2a71fa211043847f..e6804bbfb14a82dd22363bc8b54e95215a0f11c8 100644
|
| --- a/components/invalidation/invalidator_registrar.h
|
| +++ b/components/invalidation/invalidator_registrar.h
|
| @@ -76,7 +76,7 @@ class INVALIDATION_EXPORT InvalidatorRegistrar {
|
| // to display every registered handlers and its objectsIds.
|
| std::map<std::string, ObjectIdSet> GetSanitizedHandlersIdsMap();
|
|
|
| - bool IsHandlerRegisteredForTest(InvalidationHandler* handler) const;
|
| + bool IsHandlerRegisteredForTest(const InvalidationHandler* handler) const;
|
|
|
| // Needed for death tests.
|
| void DetachFromThreadForTest();
|
|
|