| 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..2776f66b4e9b72b49e5a443ca2e72cae95e2687e 100644
|
| --- a/chrome/browser/predictors/predictor_database_factory.h
|
| +++ b/chrome/browser/predictors/predictor_database_factory.h
|
| @@ -11,13 +11,13 @@
|
|
|
| namespace predictors {
|
|
|
| -class PredictorDatabase;
|
| +class PredictorDatabaseService;
|
|
|
| // Singleton that owns the PredictorDatabases and associates them with
|
| // Profiles.
|
| class PredictorDatabaseFactory : public ProfileKeyedServiceFactory {
|
| public:
|
| - static PredictorDatabase* GetForProfile(Profile* profile);
|
| + static PredictorDatabaseService* GetForProfile(Profile* profile);
|
|
|
| static PredictorDatabaseFactory* GetInstance();
|
|
|
|
|