| 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 a43963de0e52b94a984237b89d6cb4d0081cb731..ab133b58cb71f91dfb650b67b66e25bf01aaac60 100644
|
| --- a/chrome/browser/extensions/extension_sync_bundle.cc
|
| +++ b/chrome/browser/extensions/extension_sync_bundle.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/location.h"
|
| #include "chrome/browser/extensions/extension_sorting.h"
|
| #include "chrome/browser/extensions/extension_sync_service.h"
|
| -#include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/extension_set.h"
|
| #include "chrome/common/extensions/sync_helper.h"
|
| +#include "extensions/common/extension.h"
|
| #include "sync/api/sync_change_processor.h"
|
| #include "sync/api/sync_error_factory.h"
|
|
|
|
|