Index: components/sync/core/data_type_error_handler.h |
diff --git a/sync/internal_api/public/data_type_error_handler.h b/components/sync/core/data_type_error_handler.h |
similarity index 72% |
rename from sync/internal_api/public/data_type_error_handler.h |
rename to components/sync/core/data_type_error_handler.h |
index b7385ca711f66f1c0984b8259915baa74e923374..dbac7d33f9e03c2aa8b5898e85108117bbaef390 100644 |
--- a/sync/internal_api/public/data_type_error_handler.h |
+++ b/components/sync/core/data_type_error_handler.h |
@@ -2,15 +2,16 @@ |
// 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_DATA_TYPE_ERROR_HANDLER_H__ |
-#define SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ERROR_HANDLER_H__ |
+#ifndef COMPONENTS_SYNC_CORE_DATA_TYPE_ERROR_HANDLER_H__ |
+#define COMPONENTS_SYNC_CORE_DATA_TYPE_ERROR_HANDLER_H__ |
#include <string> |
+ |
#include "base/location.h" |
-#include "sync/api/sync_error.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/util/unrecoverable_error_handler.h" |
+#include "components/sync/api/sync_error.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/unrecoverable_error_handler.h" |
namespace syncer { |
@@ -34,4 +35,4 @@ class DataTypeErrorHandler { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_DATA_TYPE_ERROR_HANDLER_H__ |
+#endif // COMPONENTS_SYNC_CORE_DATA_TYPE_ERROR_HANDLER_H__ |