| Index: chrome/browser/extensions/extension_sync_data.cc
|
| diff --git a/chrome/browser/extensions/extension_sync_data.cc b/chrome/browser/extensions/extension_sync_data.cc
|
| index acef30edeee4b1c01c4edbb6f8664a9a77cbd598..2371867f51a7fea5d3925913086491675c6f2b6b 100644
|
| --- a/chrome/browser/extensions/extension_sync_data.cc
|
| +++ b/chrome/browser/extensions/extension_sync_data.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/logging.h"
|
| #include "chrome/browser/extensions/app_sync_data.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| -#include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/manifest_url_handler.h"
|
| +#include "extensions/common/extension.h"
|
| #include "sync/api/sync_data.h"
|
| #include "sync/protocol/extension_specifics.pb.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|