Index: chrome/browser/search/instant_service.cc |
diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc |
index e785e0c04a061e5c565cc9d9f2119ad21c4a0399..9517d7068de3703bd0c910efd448b5bfe7523cef 100644 |
--- a/chrome/browser/search/instant_service.cc |
+++ b/chrome/browser/search/instant_service.cc |
@@ -125,7 +125,7 @@ InstantService::InstantService(Profile* profile) |
content::URLDataSource::Add(profile_, new ThumbnailListSource(profile_)); |
#endif // !defined(OS_ANDROID) |
- content::URLDataSource::Add(profile_, new FallbackIconSource()); |
+ content::URLDataSource::Add(profile_, new FallbackIconSource(profile_)); |
content::URLDataSource::Add( |
profile_, new FaviconSource(profile_, FaviconSource::FAVICON)); |
content::URLDataSource::Add(profile_, new MostVisitedIframeSource()); |