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 25d03e294bf51657971d117335706e47b7ce4896..319a4506291753956c82c921a07f077b22d2dfd5 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_ |