| Index: chrome/browser/invalidation/invalidator_storage.h
|
| diff --git a/chrome/browser/sync/invalidations/invalidator_storage.h b/chrome/browser/invalidation/invalidator_storage.h
|
| similarity index 87%
|
| rename from chrome/browser/sync/invalidations/invalidator_storage.h
|
| rename to chrome/browser/invalidation/invalidator_storage.h
|
| index dcd3c6e26c7a95752f440c56efebad42adc90174..fcc521aad878465883f4508ed5151ef3e582932e 100644
|
| --- a/chrome/browser/sync/invalidations/invalidator_storage.h
|
| +++ b/chrome/browser/invalidation/invalidator_storage.h
|
| @@ -6,8 +6,8 @@
|
| // to use PrefService as persistence for invalidation state. It is not thread
|
| // safe, and lives on the UI thread.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_INVALIDATIONS_INVALIDATOR_STORAGE_H_
|
| -#define CHROME_BROWSER_SYNC_INVALIDATIONS_INVALIDATOR_STORAGE_H_
|
| +#ifndef CHROME_BROWSER_INVALIDATION_INVALIDATOR_STORAGE_H_
|
| +#define CHROME_BROWSER_INVALIDATION_INVALIDATOR_STORAGE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| @@ -23,13 +23,8 @@ class DictionaryValue;
|
| class ListValue;
|
| }
|
|
|
| -namespace browser_sync {
|
| +namespace invalidation {
|
|
|
| -// TODO(tim): Bug 124137. We may want to move this outside of sync/ into a
|
| -// browser/invalidations directory, or re-organize to have a browser
|
| -// subdirectory that contains signin/ sync/ invalidations/ and other cloud
|
| -// services. For now this is still tied to sync while we refactor, so minimize
|
| -// churn and keep it here.
|
| class InvalidatorStorage : public base::SupportsWeakPtr<InvalidatorStorage>,
|
| public syncer::InvalidationStateTracker {
|
| public:
|
| @@ -101,6 +96,6 @@ class InvalidatorStorage : public base::SupportsWeakPtr<InvalidatorStorage>,
|
| DISALLOW_COPY_AND_ASSIGN(InvalidatorStorage);
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace invalidation
|
|
|
| -#endif // CHROME_BROWSER_SYNC_INVALIDATIONS_INVALIDATOR_STORAGE_H_
|
| +#endif // CHROME_BROWSER_INVALIDATION_INVALIDATOR_STORAGE_H_
|
|
|