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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 378823002: Move http_server_properties_manager from chrome/browser/net to net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix renames in comments. Created 6 years, 5 months 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/prefs/browser_prefs.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 573df1d72d7d4cd4026b11ee89183c7c044a5658..e821b7008b53b599f403ba173de9548ddbd540a3 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -14,7 +14,6 @@
#include "content/public/browser/cookie_store_factory.h"
namespace chrome_browser_net {
-class HttpServerPropertiesManager;
class Predictor;
} // namespace chrome_browser_net
@@ -29,6 +28,7 @@ class DomainReliabilityMonitor;
namespace net {
class FtpTransactionFactory;
class HttpServerProperties;
+class HttpServerPropertiesManager;
class HttpTransactionFactory;
class SDCHManager;
} // namespace net
@@ -211,8 +211,7 @@ class ProfileImplIOData : public ProfileIOData {
// Same as |ProfileIOData::http_server_properties_|, owned there to maintain
// destruction ordering.
- mutable chrome_browser_net::HttpServerPropertiesManager*
- http_server_properties_manager_;
+ mutable net::HttpServerPropertiesManager* http_server_properties_manager_;
mutable scoped_ptr<chrome_browser_net::Predictor> predictor_;
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698