| Index: chrome/browser/extensions/api/storage/settings_sync_util.h
|
| diff --git a/chrome/browser/extensions/api/storage/settings_sync_util.h b/chrome/browser/extensions/api/storage/settings_sync_util.h
|
| index b4cbced0da2957f6df6fd916344baf73685e97d5..ef702581162f861dd1e4bea30b702a154f4e281f 100644
|
| --- a/chrome/browser/extensions/api/storage/settings_sync_util.h
|
| +++ b/chrome/browser/extensions/api/storage/settings_sync_util.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_API_STORAGE_SETTINGS_SYNC_UTIL_H_
|
| #define CHROME_BROWSER_EXTENSIONS_API_STORAGE_SETTINGS_SYNC_UTIL_H_
|
|
|
| -#include "sync/api/sync_change.h"
|
| -#include "sync/api/sync_data.h"
|
| +#include "components/sync/api/sync_change.h"
|
| +#include "components/sync/api/sync_data.h"
|
|
|
| namespace base {
|
| class Value;
|
|
|