summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_thread.h
diff options
context:
space:
mode:
authorpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 20:13:06 +0000
committerpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-03 20:13:06 +0000
commit25d47c7bbed2e0dd27aeceb815505fe450dcd6ad (patch)
tree53baddd19eca207d2abf2d4fe4cc929cb028f519 /chrome/browser/chrome_thread.h
parent2083180a0fe0e7b32022f409c7549097f15e5757 (diff)
downloadchromium_src-25d47c7bbed2e0dd27aeceb815505fe450dcd6ad.zip
chromium_src-25d47c7bbed2e0dd27aeceb815505fe450dcd6ad.tar.gz
chromium_src-25d47c7bbed2e0dd27aeceb815505fe450dcd6ad.tar.bz2
BSD port: another chunk of chrome/browser ifdef cleaning
Review URL: http://codereview.chromium.org/553153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_thread.h')
-rw-r--r--chrome/browser/chrome_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_thread.h b/chrome/browser/chrome_thread.h
index a8fe44b..9628e2f 100644
--- a/chrome/browser/chrome_thread.h
+++ b/chrome/browser/chrome_thread.h
@@ -54,7 +54,7 @@ class ChromeThread : public base::Thread {
// This is the thread that processes IPC and network messages.
IO,
-#if defined(OS_LINUX)
+#if defined(USE_X11)
// This thread has a second connection to the X server and is used to
// process UI requests when routing the request to the UI thread would risk
// deadlock.