| Index: chrome/test/base/testing_profile.h
 | 
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
 | 
| index 2644b994b4ef517b5352846e2b5de08603e3599c..88d69b0bf3128861bfa61f6aff96be1d24124a51 100644
 | 
| --- a/chrome/test/base/testing_profile.h
 | 
| +++ b/chrome/test/base/testing_profile.h
 | 
| @@ -222,6 +222,8 @@ class TestingProfile : public Profile {
 | 
|    virtual content::ResourceContext* GetResourceContext() OVERRIDE;
 | 
|    virtual content::GeolocationPermissionContext*
 | 
|        GetGeolocationPermissionContext() OVERRIDE;
 | 
| +  virtual content::BrowserPluginGuestManagerDelegate*
 | 
| +      GetGuestManagerDelegate() OVERRIDE;
 | 
|    virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
 | 
|  
 | 
|    virtual TestingProfile* AsTestingProfile() OVERRIDE;
 | 
| 
 |