diff options
Diffstat (limited to 'chrome/browser/extensions/app_sync_bundle.cc')
-rw-r--r-- | chrome/browser/extensions/app_sync_bundle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/app_sync_bundle.cc b/chrome/browser/extensions/app_sync_bundle.cc index 69ec44b..d14665e 100644 --- a/chrome/browser/extensions/app_sync_bundle.cc +++ b/chrome/browser/extensions/app_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" |