| Index: chrome/browser/extensions/api/storage/syncable_settings_storage.cc
|
| diff --git a/chrome/browser/extensions/api/storage/syncable_settings_storage.cc b/chrome/browser/extensions/api/storage/syncable_settings_storage.cc
|
| index 1626ff30e59c1de596bc59b8103e3d7f88967773..811dd363a1f2ebc5784b2db53e05eaa8c3389194 100644
|
| --- a/chrome/browser/extensions/api/storage/syncable_settings_storage.cc
|
| +++ b/chrome/browser/extensions/api/storage/syncable_settings_storage.cc
|
| @@ -9,10 +9,10 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "chrome/browser/extensions/api/storage/settings_sync_processor.h"
|
| #include "chrome/browser/extensions/api/storage/settings_sync_util.h"
|
| +#include "components/sync/api/sync_data.h"
|
| +#include "components/sync/protocol/extension_setting_specifics.pb.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "extensions/browser/api/storage/settings_namespace.h"
|
| -#include "sync/api/sync_data.h"
|
| -#include "sync/protocol/extension_setting_specifics.pb.h"
|
|
|
| using content::BrowserThread;
|
|
|
|
|