Index: components/invalidation/impl/fake_invalidator.h |
diff --git a/components/invalidation/fake_invalidator.h b/components/invalidation/impl/fake_invalidator.h |
similarity index 80% |
rename from components/invalidation/fake_invalidator.h |
rename to components/invalidation/impl/fake_invalidator.h |
index 2d24361b2716794595c18226e403e28914ada33e..242a8ffa0a2d1fd21bc322766331a77ebb47cec6 100644 |
--- a/components/invalidation/fake_invalidator.h |
+++ b/components/invalidation/impl/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 COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_ |
-#define COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_ |
+#ifndef COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATOR_H_ |
+#define COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATOR_H_ |
#include <string> |
#include "base/callback_forward.h" |
#include "base/compiler_specific.h" |
-#include "components/invalidation/invalidation_util.h" |
-#include "components/invalidation/invalidator.h" |
-#include "components/invalidation/invalidator_registrar.h" |
+#include "components/invalidation/impl/invalidator.h" |
+#include "components/invalidation/impl/invalidator_registrar.h" |
+#include "components/invalidation/public/invalidation_util.h" |
namespace syncer { |
@@ -49,4 +49,4 @@ class FakeInvalidator : public Invalidator { |
} // namespace syncer |
-#endif // COMPONENTS_INVALIDATION_FAKE_INVALIDATOR_H_ |
+#endif // COMPONENTS_INVALIDATION_IMPL_FAKE_INVALIDATOR_H_ |