| 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 1dbb510d791106df7f7b195d1cc45524432673cb..a56d1ef24cadad15a6dc3e1d21335f06c0fbf474 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -103,10 +103,6 @@ history::TopSites* FakeProfile::GetTopSitesWithoutCreating() {
|
| return NULL;
|
| }
|
|
|
| -ExtensionService* FakeProfile::GetExtensionService() {
|
| - return NULL;
|
| -}
|
| -
|
| ExtensionSpecialStoragePolicy* FakeProfile::GetExtensionSpecialStoragePolicy() {
|
| return NULL;
|
| }
|
|
|