| Index: chrome/browser/icon_loader.cc
|
| diff --git a/chrome/browser/icon_loader.cc b/chrome/browser/icon_loader.cc
|
| index b51b2c9db76952945253f82c3e86669b6b5c4967..f42292b5717234a13ca14b27774016c144959e4f 100644
|
| --- a/chrome/browser/icon_loader.cc
|
| +++ b/chrome/browser/icon_loader.cc
|
| @@ -9,7 +9,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| #include "base/nix/mime_util_xdg.h"
|
| #endif
|
|
|
| @@ -30,7 +30,7 @@ IconLoader::~IconLoader() {
|
| void IconLoader::Start() {
|
| target_message_loop_ = base::MessageLoopProxy::current();
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // This call must happen on the UI thread before we can start loading icons.
|
| base::nix::DetectGtkTheme();
|
| #endif
|
|
|