| Index: compiled/subscription/DownloadableSubscription.h | 
| =================================================================== | 
| --- a/compiled/subscription/DownloadableSubscription.h | 
| +++ b/compiled/subscription/DownloadableSubscription.h | 
| @@ -50,8 +50,10 @@ public: | 
| GetDataRevision, SetDataRevision); | 
| SUBSCRIPTION_STRING_PROPERTY(mRequiredVersion, NONE, | 
| GetRequiredVersion, SetRequiredVersion); | 
| SUBSCRIPTION_PROPERTY(int, mDownloadCount, NONE, | 
| GetDownloadCount, SetDownloadCount); | 
|  | 
| OwnedString BINDINGS_EXPORTED Serialize() const; | 
| }; | 
| + | 
| +typedef intrusive_ptr<DownloadableSubscription> DownloadableSubscriptionPtr; | 
|  |