diff options
author | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 19:52:16 +0000 |
---|---|---|
committer | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 19:52:16 +0000 |
commit | 753efc479384c254e263fd11390846a060fa6ce0 (patch) | |
tree | 488097f0622c5d744059f3c2ada4894b683c5305 /chrome/browser/icon_loader.h | |
parent | 5e4d24d67febed160e2020f5c8f13d8073921fc4 (diff) | |
download | chromium_src-753efc479384c254e263fd11390846a060fa6ce0.zip chromium_src-753efc479384c254e263fd11390846a060fa6ce0.tar.gz chromium_src-753efc479384c254e263fd11390846a060fa6ce0.tar.bz2 |
BSD ifdefs, etc. necessary for chrome/
Review URL: http://codereview.chromium.org/656009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/icon_loader.h')
-rw-r--r-- | chrome/browser/icon_loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/icon_loader.h b/chrome/browser/icon_loader.h index a954274..da15739 100644 --- a/chrome/browser/icon_loader.h +++ b/chrome/browser/icon_loader.h @@ -73,8 +73,8 @@ class IconLoader : public base::RefCountedThreadSafe<IconLoader> { Delegate* delegate_; -#if defined(OS_LINUX) - // On Linux we use gdk's pixbuf loader, which has to execute on the UI +#if defined(TOOLKIT_USES_GTK) + // On X11 we use gdk's pixbuf loader, which has to execute on the UI // thread, so we only read the file on the background thread and parse it // on the main thread. void ParseIcon(); |