From 0ac8368b361a5edbcfe4b985131a8eec13304f49 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Fri, 22 Jan 2010 17:46:27 +0000 Subject: Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initialization into IOThread. The global host resolver and dns master have changed to be member variables of IOThread. BUG=26156,26159 Review URL: http://codereview.chromium.org/553026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36866 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/process_singleton_linux.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/process_singleton_linux.cc') diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc index ae507fa..969c17b 100644 --- a/chrome/browser/process_singleton_linux.cc +++ b/chrome/browser/process_singleton_linux.cc @@ -64,6 +64,7 @@ #if defined(TOOLKIT_GTK) #include "chrome/browser/gtk/process_singleton_dialog.h" #endif +#include "chrome/browser/io_thread.h" #include "chrome/browser/profile.h" #include "chrome/browser/profile_manager.h" #include "chrome/common/chrome_constants.h" -- cgit v1.1