| Index: chrome/browser/predictors/predictor_database_factory.cc
|
| diff --git a/chrome/browser/predictors/predictor_database_factory.cc b/chrome/browser/predictors/predictor_database_factory.cc
|
| index 9b69f266af7872c4a488a1bfc4ddab553d170f9a..588847f5c0874ccc839f74697afc5d5579bb2c96 100644
|
| --- a/chrome/browser/predictors/predictor_database_factory.cc
|
| +++ b/chrome/browser/predictors/predictor_database_factory.cc
|
| @@ -19,7 +19,7 @@ PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) {
|
|
|
| // static
|
| PredictorDatabaseFactory* PredictorDatabaseFactory::GetInstance() {
|
| - return Singleton<PredictorDatabaseFactory>::get();
|
| + return base::Singleton<PredictorDatabaseFactory>::get();
|
| }
|
|
|
| PredictorDatabaseFactory::PredictorDatabaseFactory()
|
|
|