Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1711)

Unified Diff: chrome/browser/predictors/predictor_database_factory.h

Issue 12225093: chrome/browser/predictors componentization part-1 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/predictors/predictor_database.cc ('k') | chrome/browser/predictors/predictor_database_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698