| Index: chrome/browser/extensions/app_sync_bundle.h
|
| diff --git a/chrome/browser/extensions/app_sync_bundle.h b/chrome/browser/extensions/app_sync_bundle.h
|
| index 7fa8d17e1d27f20baa1300115fcc02b2df673f6a..0b69ac4423acf522507a3d41635504711b1f8dfa 100644
|
| --- a/chrome/browser/extensions/app_sync_bundle.h
|
| +++ b/chrome/browser/extensions/app_sync_bundle.h
|
| @@ -17,7 +17,6 @@
|
| #include "sync/api/syncable_service.h"
|
|
|
| class ExtensionSyncService;
|
| -class ExtensionSet;
|
|
|
| namespace syncer {
|
| class SyncChangeProcessor;
|
| @@ -27,6 +26,7 @@ class SyncErrorFactory;
|
| namespace extensions {
|
|
|
| class Extension;
|
| +class ExtensionSet;
|
|
|
| // Bundle of app specific sync stuff.
|
| class AppSyncBundle : public SyncBundle {
|
|
|