| Index: sync/notifier/registration_manager.h
|
| diff --git a/sync/notifier/registration_manager.h b/sync/notifier/registration_manager.h
|
| index 01ae7b9c807327a54a88d7a51866d453037a9fbc..7dfef1ab8e4eecf4282bab7c340200b2333ba300 100644
|
| --- a/sync/notifier/registration_manager.h
|
| +++ b/sync/notifier/registration_manager.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| @@ -17,6 +17,7 @@
|
| // For invalidation::InvalidationListener::RegistrationState.
|
| #include "google/cacheinvalidation/include/invalidation-listener.h"
|
| #include "google/cacheinvalidation/include/types.h"
|
| +#include "sync/base/sync_export.h"
|
| #include "sync/notifier/invalidation_util.h"
|
|
|
| namespace syncer {
|
| @@ -31,7 +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 RegistrationManager : public base::NonThreadSafe {
|
| +class SYNC_EXPORT_PRIVATE RegistrationManager : public base::NonThreadSafe {
|
| public:
|
| // Constants for exponential backoff (used by tests).
|
| static const int kInitialRegistrationDelaySeconds;
|
|
|