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

Unified Diff: chrome/browser/profile.h

Issue 16408: Refactor the two URLRequestContext subclasses in profile.cc into a new shared (Closed)
Patch Set: aa@chromium.org Created 12 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
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.cc ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.cc ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698