| 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 fd84b57a636eaf1826d8749e4852fa8d51906a8a..d3d444df254bad029b57396c7747e38ab30857d9 100644
|
| --- a/chrome/browser/extensions/app_sync_bundle.h
|
| +++ b/chrome/browser/extensions/app_sync_bundle.h
|
| @@ -17,13 +17,14 @@
|
| #include "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:
|
|
|