| Index: components/invalidation/fake_invalidation_handler.h
|
| diff --git a/sync/notifier/fake_invalidation_handler.h b/components/invalidation/fake_invalidation_handler.h
|
| similarity index 85%
|
| rename from sync/notifier/fake_invalidation_handler.h
|
| rename to components/invalidation/fake_invalidation_handler.h
|
| index 985de50fb5ce7999f2082f07d6eeae6d3c15733d..611f02c280e91c035df74b3d267561f47b765824 100644
|
| --- a/sync/notifier/fake_invalidation_handler.h
|
| +++ b/components/invalidation/fake_invalidation_handler.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_SYNC_NOTIFIER_OBSERVER_H_
|
| -#define SYNC_NOTIFIER_FAKE_SYNC_NOTIFIER_OBSERVER_H_
|
| +#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
|
| +#define COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
|
|
|
| #include <string>
|
|
|
| @@ -39,4 +39,4 @@ class FakeInvalidationHandler : public InvalidationHandler {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_NOTIFIER_FAKE_SYNC_NOTIFIER_OBSERVER_H_
|
| +#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATION_HANDLER_H_
|
|
|