Index: apps/shortcut_manager_factory.h |
diff --git a/apps/shortcut_manager_factory.h b/apps/shortcut_manager_factory.h |
index 946fba275ab5996844045f034ae899b1e7449613..bed2136c5d3c95efac3002d211d44cb68be65f6c 100644 |
--- a/apps/shortcut_manager_factory.h |
+++ b/apps/shortcut_manager_factory.h |
@@ -33,7 +33,7 @@ class ShortcutManagerFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
}; |