Index: chrome/browser/history/shortcuts_backend_factory.h |
diff --git a/chrome/browser/history/shortcuts_backend_factory.h b/chrome/browser/history/shortcuts_backend_factory.h |
index 272b2d0531bb2e0bb57bf087064957c311db9d6f..6f268a97fcab6b6d37660201bb66a5a80a8fbacb 100644 |
--- a/chrome/browser/history/shortcuts_backend_factory.h |
+++ b/chrome/browser/history/shortcuts_backend_factory.h |
@@ -44,7 +44,7 @@ class ShortcutsBackendFactory : public RefcountedProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
}; |