| Index: chrome/browser/extensions/sync_bundle.h
|
| diff --git a/chrome/browser/extensions/sync_bundle.h b/chrome/browser/extensions/sync_bundle.h
|
| index 1c78c013a9f24a5460c6d611a5df3f36d2499161..2b20890f344b2a3386a1a4227590ddfc7a20b2f2 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;
|
|
|
|
|