Index: chrome/browser/net/prediction_options.h |
diff --git a/chrome/browser/net/prediction_options.h b/chrome/browser/net/prediction_options.h |
index fd895cf94101ffa6cd9c09c79ed6c39b2a509478..aae9a03526c12861dfacb07a0f5bf67315b93fad 100644 |
--- a/chrome/browser/net/prediction_options.h |
+++ b/chrome/browser/net/prediction_options.h |
@@ -9,10 +9,7 @@ namespace user_prefs { |
class PrefRegistrySyncable; |
} |
-namespace content { |
-class ResourceContext; |
-} |
- |
+class ProfileIOData; |
mmenke
2014/06/30 14:54:57
nit: Alphabetize
Bence
2014/06/30 19:54:25
Done.
|
class PrefService; |
namespace chrome_browser_net { |
@@ -37,7 +34,7 @@ void RegisterPredictionOptionsProfilePrefs( |
// actions are enabled, based on preferences and network type. |
// To be executed on the IO thread only. |
-bool CanPredictNetworkActionsIO(content::ResourceContext* resource_context); |
+bool CanPredictNetworkActionsIO(ProfileIOData* io_data); |
mmenke
2014/06/30 14:54:57
optional nit: Suggest calling this profile_io_dat
Bence
2014/06/30 19:54:26
Done.
|
// To be executed on the UI thread only. |
bool CanPredictNetworkActionsUI(PrefService* prefs); |