[Sync] Renaming sync/api* to sync/model*.

BUG=654101

Review-Url: https://codereview.chromium.org/2401223002
Cr-Commit-Position: refs/heads/master@{#424184}
diff --git a/chrome/browser/extensions/sync_bundle.h b/chrome/browser/extensions/sync_bundle.h
index 1c78c01..2b20890 100644
--- a/chrome/browser/extensions/sync_bundle.h
+++ b/chrome/browser/extensions/sync_bundle.h
@@ -10,9 +10,9 @@
 #include <string>
 
 #include "base/macros.h"
-#include "components/sync/api/sync_change.h"
-#include "components/sync/api/sync_change_processor.h"
-#include "components/sync/api/sync_data.h"
+#include "components/sync/model/sync_change.h"
+#include "components/sync/model/sync_change_processor.h"
+#include "components/sync/model/sync_data.h"
 
 class ExtensionSyncService;