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

Unified Diff: ios/chrome/browser/suggestions/suggestions_service_factory.h

Issue 1090373003: Allow cross dependencies between BCKSF and BSKSF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove wrapper methods Created 5 years, 8 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: ios/chrome/browser/suggestions/suggestions_service_factory.h
diff --git a/ios/chrome/browser/suggestions/suggestions_service_factory.h b/ios/chrome/browser/suggestions/suggestions_service_factory.h
index 3f86fc3625f161ecdb3d5a9b99de91c6211bd36d..384982e8c53dc95daf24fe76cc39681455a91451 100644
--- a/ios/chrome/browser/suggestions/suggestions_service_factory.h
+++ b/ios/chrome/browser/suggestions/suggestions_service_factory.h
@@ -38,7 +38,7 @@ class SuggestionsServiceFactory : public BrowserStateKeyedServiceFactory {
// BrowserStateKeyedServiceFactory:
KeyedService* BuildServiceInstanceFor(
web::BrowserState* browser_state) const override;
- void RegisterProfilePrefs(
+ void RegisterBrowserStatePrefs(
user_prefs::PrefRegistrySyncable* registry) override;
DISALLOW_COPY_AND_ASSIGN(SuggestionsServiceFactory);

Powered by Google App Engine
This is Rietveld 408576698