| Index: chrome/browser/extensions/extension_sync_bundle.cc
|
| diff --git a/chrome/browser/extensions/extension_sync_bundle.cc b/chrome/browser/extensions/extension_sync_bundle.cc
|
| index 47860915f16074b257556d9a6322bed55a70f7b2..b313c0e385032ed29fdb739565dc6cabf11c707c 100644
|
| --- a/chrome/browser/extensions/extension_sync_bundle.cc
|
| +++ b/chrome/browser/extensions/extension_sync_bundle.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/location.h"
|
| #include "chrome/browser/extensions/extension_sync_service.h"
|
| -#include "chrome/common/extensions/extension_set.h"
|
| #include "chrome/common/extensions/sync_helper.h"
|
| #include "extensions/common/extension.h"
|
| +#include "extensions/common/extension_set.h"
|
| #include "sync/api/sync_change_processor.h"
|
| #include "sync/api/sync_error_factory.h"
|
|
|
|
|