| 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 41ebb25e811acddf208bc558ba51201c18d3e5dd..3791b206973ee9f45a16a21285f9f7372abb4f2e 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -94,6 +94,11 @@ FakeProfile::GetGeolocationPermissionContext() {
|
| return NULL;
|
| }
|
|
|
| +content::BrowserPluginGuestManagerDelegate*
|
| +FakeProfile::GetGuestManagerDelegate() {
|
| + return NULL;
|
| +}
|
| +
|
| quota::SpecialStoragePolicy* FakeProfile::GetSpecialStoragePolicy() {
|
| return NULL;
|
| }
|
|
|