Index: components/sync/core/test/data_type_error_handler_mock.h |
diff --git a/sync/internal_api/public/test/data_type_error_handler_mock.h b/components/sync/core/test/data_type_error_handler_mock.h |
similarity index 76% |
rename from sync/internal_api/public/test/data_type_error_handler_mock.h |
rename to components/sync/core/test/data_type_error_handler_mock.h |
index 83ffbdb04f6ff9e68652dd02712b61d429967fa7..557240ed7713712bc83de22c9ea6c97230e60f50 100644 |
--- a/sync/internal_api/public/test/data_type_error_handler_mock.h |
+++ b/components/sync/core/test/data_type_error_handler_mock.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-#ifndef SYNC_INTERNAL_API_PUBLIC_TEST_DATA_TYPE_ERROR_HANDLER_MOCK_H__ |
-#define SYNC_INTERNAL_API_PUBLIC_TEST_DATA_TYPE_ERROR_HANDLER_MOCK_H__ |
+#ifndef COMPONENTS_SYNC_CORE_TEST_DATA_TYPE_ERROR_HANDLER_MOCK_H__ |
+#define COMPONENTS_SYNC_CORE_TEST_DATA_TYPE_ERROR_HANDLER_MOCK_H__ |
#include <string> |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/data_type_error_handler.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/core/data_type_error_handler.h" |
namespace syncer { |
@@ -35,4 +35,4 @@ class DataTypeErrorHandlerMock : public DataTypeErrorHandler { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_TEST_DATA_TYPE_ERROR_HANDLER_MOCK_H__ |
+#endif // COMPONENTS_SYNC_CORE_TEST_DATA_TYPE_ERROR_HANDLER_MOCK_H__ |