| 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 e656eff4fca2e9d4bf537ee90c2af9fb7a9afb38..c2095ad5f74e256b3aca59b03e32a00e9daef7e5 100644
|
| --- a/chrome/browser/extensions/extension_sync_data.cc
|
| +++ b/chrome/browser/extensions/extension_sync_data.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/logging.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| -#include "chrome/browser/sync/protocol/app_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/extension_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| +#include "sync/protocol/app_specifics.pb.h"
|
| +#include "sync/protocol/extension_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
|
|
| ExtensionSyncData::ExtensionSyncData()
|
| : uninstalled_(false),
|
|
|