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

Unified Diff: ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h

Issue 2544293002: ios: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years 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/prefs/ios_chrome_pref_service_factory.h
diff --git a/ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h b/ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h
index d590d687329fc1f1ef5590511a1de96ac738c760..75fb938ddc6ff7bde43f314df1e0e7bffa6655d1 100644
--- a/ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h
+++ b/ios/chrome/browser/prefs/ios_chrome_pref_service_factory.h
@@ -11,17 +11,12 @@
class PrefRegistry;
class PrefService;
-class PrefStore;
namespace base {
class FilePath;
class SequencedTaskRunner;
}
-namespace ios {
-class ChromeBrowserState;
-}
-
namespace sync_preferences {
class PrefServiceSyncable;
}

Powered by Google App Engine
This is Rietveld 408576698