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..d7114c8778324525305fa31ca0ed8792949e791e 100644 |
--- a/chrome/browser/net/prediction_options.h |
+++ b/chrome/browser/net/prediction_options.h |
@@ -9,11 +9,8 @@ namespace user_prefs { |
class PrefRegistrySyncable; |
} |
-namespace content { |
-class ResourceContext; |
-} |
- |
class PrefService; |
+class ProfileIOData; |
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* profile_io_data); |
// To be executed on the UI thread only. |
bool CanPredictNetworkActionsUI(PrefService* prefs); |