| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 6b5a41f28d9e4a18bf61440a38a8d83cda3aebcb..c787796e0bc51ccd06f7d1d975e620bcd2b8bc5e 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -166,9 +166,6 @@ class TestingProfile : public Profile {
|
|
|
| ~TestingProfile() override;
|
|
|
| - // Creates the fallback icon service.
|
| - void CreateFallbackIconService();
|
| -
|
| // Creates the favicon service. Consequent calls would recreate the service.
|
| void CreateFaviconService();
|
|
|
|
|