| Index: chrome/browser/ui/app_list/test/fake_profile.h
 | 
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
 | 
| index 12ba7696fbdc24c20c96ac5a762c3df376e4df84..6abdb2db97dbe7547ec5df44d1a7ffb9a18f30f4 100644
 | 
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
 | 
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
 | 
| @@ -68,6 +68,8 @@ class FakeProfile : public Profile {
 | 
|    virtual content::ResourceContext* GetResourceContext() OVERRIDE;
 | 
|    virtual content::GeolocationPermissionContext*
 | 
|        GetGeolocationPermissionContext() OVERRIDE;
 | 
| +  virtual content::BrowserPluginGuestManagerDelegate*
 | 
| +      GetGuestManagerDelegate() OVERRIDE;
 | 
|    virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
 | 
|    virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE;
 | 
|    virtual Profile* GetOffTheRecordProfile() OVERRIDE;
 | 
| 
 |