Index: chrome/browser/predictors/predictor_database_factory.h |
diff --git a/chrome/browser/predictors/predictor_database_factory.h b/chrome/browser/predictors/predictor_database_factory.h |
index 4c537a885af07cb3225d2a5a5640cbd8867d8ebd..4bfcf5a3ba7fb2b7d39767fca1c3c84337c43d61 100644 |
--- a/chrome/browser/predictors/predictor_database_factory.h |
+++ b/chrome/browser/predictors/predictor_database_factory.h |
@@ -29,7 +29,7 @@ class PredictorDatabaseFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(PredictorDatabaseFactory); |
}; |