Index: ios/chrome/browser/sync/sync_setup_service.h |
diff --git a/ios/chrome/browser/sync/sync_setup_service.h b/ios/chrome/browser/sync/sync_setup_service.h |
index ba61ca4f567877caaf2d532cd9300c11553b6239..da8b02d62f5db4af0ffbdd68022c0513573c1c7b 100644 |
--- a/ios/chrome/browser/sync/sync_setup_service.h |
+++ b/ios/chrome/browser/sync/sync_setup_service.h |
@@ -10,8 +10,8 @@ |
#include "base/macros.h" |
#include "base/strings/string16.h" |
#include "components/keyed_service/core/keyed_service.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/util/syncer_error.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/syncer_error.h" |
namespace sync_driver { |
class SyncService; |