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

Unified Diff: chrome/browser/io_thread.h

Issue 3806005: FBTF: More ctor/dtor cleanup. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/history/top_sites_unittest.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 9485e0b2ff74784bc1bbd2a8664a721bb3398575..79891c9d718aa248eecc9e2b22d8eadb6571e55c 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -12,19 +12,19 @@
#include "chrome/browser/browser_process_sub_thread.h"
#include "chrome/browser/net/chrome_network_delegate.h"
#include "chrome/common/net/predictor_common.h"
-#include "chrome/browser/net/connect_interceptor.h"
-#include "net/base/host_resolver.h"
#include "net/base/network_change_notifier.h"
class ChromeNetLog;
class ListValue;
namespace chrome_browser_net {
+class ConnectInterceptor;
class Predictor;
} // namespace chrome_browser_net
namespace net {
class DnsRRResolver;
+class HostResolver;
class HttpAuthHandlerFactory;
class URLSecurityManager;
} // namespace net
@@ -32,6 +32,9 @@ class URLSecurityManager;
class IOThread : public BrowserProcessSubThread {
public:
struct Globals {
+ Globals();
+ ~Globals();
+
scoped_ptr<ChromeNetLog> net_log;
scoped_ptr<net::HostResolver> host_resolver;
scoped_ptr<net::DnsRRResolver> dnsrr_resolver;
« no previous file with comments | « chrome/browser/history/top_sites_unittest.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698