Index: chrome/browser/favicon/favicon_service_factory.h |
diff --git a/chrome/browser/favicon/favicon_service_factory.h b/chrome/browser/favicon/favicon_service_factory.h |
index 052f8e2eb9eabbe37b36da8c385b0c8c270f8d88..7755b35cf2978c144315cbe69a05b4b2740cf750 100644 |
--- a/chrome/browser/favicon/favicon_service_factory.h |
+++ b/chrome/browser/favicon/favicon_service_factory.h |
@@ -33,7 +33,7 @@ class FaviconServiceFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory); |