Index: chrome/browser/ui/ash/app_sync_ui_state_factory.h |
diff --git a/chrome/browser/ui/ash/app_sync_ui_state_factory.h b/chrome/browser/ui/ash/app_sync_ui_state_factory.h |
index 57583cef743f567cd3d7e31cacaaacec15ce18e7..1d6b6b1b6771049794519fe1b96f264f5e4c1716 100644 |
--- a/chrome/browser/ui/ash/app_sync_ui_state_factory.h |
+++ b/chrome/browser/ui/ash/app_sync_ui_state_factory.h |
@@ -28,7 +28,7 @@ class AppSyncUIStateFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory overrides: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* context) const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(AppSyncUIStateFactory); |
}; |