| Index: components/invalidation/impl/fake_invalidation_state_tracker.h
|
| diff --git a/components/invalidation/fake_invalidation_state_tracker.h b/components/invalidation/impl/fake_invalidation_state_tracker.h
|
| similarity index 80%
|
| rename from components/invalidation/fake_invalidation_state_tracker.h
|
| rename to components/invalidation/impl/fake_invalidation_state_tracker.h
|
| index 1388badc10f5e82a65d57e5f680f121a731a5b62..41ae0ace25c45f504c66b55a75650955417adc86 100644
|
| --- a/components/invalidation/fake_invalidation_state_tracker.h
|
| +++ b/components/invalidation/impl/fake_invalidation_state_tracker.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| -#define COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| +#ifndef COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| +#define COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/invalidation/invalidation_state_tracker.h"
|
| +#include "components/invalidation/impl/invalidation_state_tracker.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -38,4 +38,4 @@ class FakeInvalidationStateTracker
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATION_STATE_TRACKER_H_
|
| +#endif // COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATION_STATE_TRACKER_H_
|
|
|