| 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 5d840c7afd0ec72ec722e760f1c0e3ec75bf9fa2..17c3301d766496a5a70793bf0e6e6be269adcb25 100644
|
| --- a/chrome/browser/extensions/app_sync_bundle.h
|
| +++ b/chrome/browser/extensions/app_sync_bundle.h
|
| @@ -17,13 +17,14 @@
|
| #include "chrome/browser/sync/api/syncable_service.h"
|
|
|
| class SyncChangeProcessor;
|
| -class Extension;
|
| class ExtensionService;
|
| class ExtensionSet;
|
| class SyncErrorFactory;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| // Bundle of app specific sync stuff.
|
| class AppSyncBundle {
|
| public:
|
|
|