| Index: components/invalidation/fake_invalidation_state_tracker.h
|
| diff --git a/sync/notifier/fake_invalidation_state_tracker.h b/components/invalidation/fake_invalidation_state_tracker.h
|
| similarity index 86%
|
| rename from sync/notifier/fake_invalidation_state_tracker.h
|
| rename to components/invalidation/fake_invalidation_state_tracker.h
|
| index eb62256f83dd041049e913e6f1d9ffcac6524af4..176680ec554e68dff54d5a81e5c95fcc607b602a 100644
|
| --- a/sync/notifier/fake_invalidation_state_tracker.h
|
| +++ b/components/invalidation/fake_invalidation_state_tracker.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_NOTIFIER_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| -#define SYNC_NOTIFIER_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| +#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| +#define COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "sync/notifier/invalidation_state_tracker.h"
|
| @@ -39,4 +39,4 @@ class FakeInvalidationStateTracker
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_NOTIFIER_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| +#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
|
|
|