| Index: components/invalidation/impl/registration_manager.h
|
| diff --git a/components/invalidation/impl/registration_manager.h b/components/invalidation/impl/registration_manager.h
|
| index 3e6913ff17d7d61f1518a0d66c9488fd4e902a65..0a3a94345e76595d63d89fc9b799fbaeab9aa193 100644
|
| --- a/components/invalidation/impl/registration_manager.h
|
| +++ b/components/invalidation/impl/registration_manager.h
|
| @@ -32,8 +32,7 @@ using ::invalidation::InvalidationListener;
|
| // implementations include the syncer thread (both versions) and XMPP
|
| // retries. The most sophisticated one is URLRequestThrottler; making
|
| // that generic should work for everyone.
|
| -class INVALIDATION_EXPORT_PRIVATE RegistrationManager
|
| - : public base::NonThreadSafe {
|
| +class INVALIDATION_EXPORT RegistrationManager : public base::NonThreadSafe {
|
| public:
|
| // Constants for exponential backoff (used by tests).
|
| static const int kInitialRegistrationDelaySeconds;
|
|
|