Index: components/invalidation/fake_invalidator.h |
diff --git a/sync/notifier/fake_invalidator.h b/components/invalidation/fake_invalidator.h |
similarity index 88% |
rename from sync/notifier/fake_invalidator.h |
rename to components/invalidation/fake_invalidator.h |
index c94f82fbf1c52f5c3ef07afbbf900afb4fb4b6e1..8ed08c4d43168add1580e40eee0a657ce912b2b9 100644 |
--- a/sync/notifier/fake_invalidator.h |
+++ b/components/invalidation/fake_invalidator.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_NOTIFIER_FAKE_INVALIDATOR_H_ |
-#define SYNC_NOTIFIER_FAKE_INVALIDATOR_H_ |
+#ifndef COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_ |
+#define COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_ |
#include <string> |
#include "base/callback_forward.h" |
#include "base/compiler_specific.h" |
+#include "components/invalidation/invalidator_registrar.h" |
#include "sync/notifier/invalidation_util.h" |
#include "sync/notifier/invalidator.h" |
-#include "sync/notifier/invalidator_registrar.h" |
namespace syncer { |
@@ -50,4 +50,4 @@ class FakeInvalidator : public Invalidator { |
} // namespace syncer |
-#endif // SYNC_NOTIFIER_FAKE_INVALIDATOR_H_ |
+#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_ |