Index: components/sync/test/trackable_mock_invalidation.h |
diff --git a/sync/test/trackable_mock_invalidation.h b/components/sync/test/trackable_mock_invalidation.h |
similarity index 88% |
rename from sync/test/trackable_mock_invalidation.h |
rename to components/sync/test/trackable_mock_invalidation.h |
index 3a72af34f6035909bcd3078b51662cc91a052c33..e5e4c443960998a390261fbad0352292636dade0 100644 |
--- a/sync/test/trackable_mock_invalidation.h |
+++ b/components/sync/test/trackable_mock_invalidation.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_ |
-#define SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_ |
+#ifndef COMPONENTS_SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_ |
+#define COMPONENTS_SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_ |
#include <stdint.h> |
#include <string> |
-#include "sync/test/mock_invalidation.h" |
+#include "components/sync/test/mock_invalidation.h" |
namespace syncer { |
@@ -55,4 +55,4 @@ class TrackableMockInvalidation : public MockInvalidation { |
} // namespace syncer |
-#endif // SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_ |
+#endif // COMPONENTS_SYNC_TEST_TRACKABLE_MOCK_INVALIDATION_H_ |