| Index: components/invalidation/unacked_invalidation_set.h
|
| diff --git a/sync/notifier/unacked_invalidation_set.h b/components/invalidation/unacked_invalidation_set.h
|
| similarity index 92%
|
| rename from sync/notifier/unacked_invalidation_set.h
|
| rename to components/invalidation/unacked_invalidation_set.h
|
| index ac83140365142389e2e7acecd0c80b2c41f93705..14b24120a8adeff2a5d871c50b0318a7c688b541 100644
|
| --- a/sync/notifier/unacked_invalidation_set.h
|
| +++ b/components/invalidation/unacked_invalidation_set.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_NOTIFIER_UNACKED_INVALIDATION_SET_H_
|
| -#define SYNC_NOTIFIER_UNACKED_INVALIDATION_SET_H_
|
| +#ifndef COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_H_
|
| +#define COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_H_
|
|
|
| #include <vector>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/invalidation/invalidation_export.h"
|
| #include "sync/internal_api/public/base/invalidation.h"
|
| +#include "sync/internal_api/public/base/invalidation_util.h"
|
| #include "sync/internal_api/public/util/weak_handle.h"
|
| -#include "sync/notifier/invalidation_util.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -29,7 +29,7 @@ class AckHandle;
|
| // Manages the set of invalidations that are awaiting local acknowledgement for
|
| // a particular ObjectId. This set of invalidations will be persisted across
|
| // restarts, though this class is not directly responsible for that.
|
| -class SYNC_EXPORT UnackedInvalidationSet {
|
| +class INVALIDATION_EXPORT UnackedInvalidationSet {
|
| public:
|
| static const size_t kMaxBufferedInvalidations;
|
|
|
| @@ -115,4 +115,4 @@ typedef std::map<invalidation::ObjectId,
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_NOTIFIER_UNACKED_INVALIDATION_SET_H_
|
| +#endif // COMPONENTS_INVALIDATION_UNACKED_INVALIDATION_SET_H_
|
|
|