| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index 0a7d3fdc2e6108bf94ed7e89adbb4a0594cb74fd..da181ac7b39e1e8e29517a4217d4ed266fa6b40c 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -94,8 +94,7 @@ FakeProfile::GetGeolocationPermissionContext() {
|
| return NULL;
|
| }
|
|
|
| -content::BrowserPluginGuestManagerDelegate*
|
| - FakeProfile::GetGuestManagerDelegate() {
|
| +content::BrowserPluginGuestManager* FakeProfile::GetGuestManager() {
|
| return NULL;
|
| }
|
|
|
|
|