| Index: chrome/browser/favicon/favicon_handler_unittest.cc
|
| diff --git a/chrome/browser/favicon/favicon_handler_unittest.cc b/chrome/browser/favicon/favicon_handler_unittest.cc
|
| index 191f502579c2f1ab14db92b122192306fc3994a4..52dbb7a677f72c44389ce312e9d7186838543545 100644
|
| --- a/chrome/browser/favicon/favicon_handler_unittest.cc
|
| +++ b/chrome/browser/favicon/favicon_handler_unittest.cc
|
| @@ -1029,7 +1029,7 @@ TEST_F(FaviconHandlerTest, FirstFavicon) {
|
| handler.GetEntry()->GetFavicon().image.ToSkBitmap()->width());
|
| }
|
|
|
| -static ProfileKeyedService* BuildFaviconService(
|
| +static BrowserContextKeyedService* BuildFaviconService(
|
| content::BrowserContext* profile) {
|
| return new FaviconService(NULL);
|
| }
|
|
|