Index: chrome/browser/profile.h |
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h |
index c2b88a89f9b3e1f5d05b08832d218c0bcdfebaaf..16455c19947332ce8a79a2f0187dfda40c6fb05d 100644 |
--- a/chrome/browser/profile.h |
+++ b/chrome/browser/profile.h |
@@ -23,6 +23,7 @@ |
#include "chrome/common/pref_service.h" |
class BookmarkModel; |
+class ChromeURLRequestContext; |
class DownloadManager; |
class ExtensionsService; |
class GreasemonkeyMaster; |
@@ -294,8 +295,6 @@ class ProfileImpl : public Profile, |
const NotificationDetails& details); |
private: |
- class RequestContext; |
- |
friend class Profile; |
explicit ProfileImpl(const std::wstring& path); |
@@ -332,7 +331,7 @@ class ProfileImpl : public Profile, |
scoped_ptr<ProfilePersonalization> personalization_; |
#endif |
- RequestContext* request_context_; |
+ ChromeURLRequestContext* request_context_; |
scoped_refptr<DownloadManager> download_manager_; |
scoped_refptr<HistoryService> history_service_; |