summaryrefslogtreecommitdiffstats
path: root/chrome/browser/icon_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/icon_loader.h')
-rw-r--r--chrome/browser/icon_loader.h4
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();