| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 03440e72706df8b239629283537db1e23e679389..8e6dd57988fb649ee2536ff7c5bccca89f531b8b 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -117,7 +117,7 @@
|
| #include "chrome/app/breakpad_linux.h"
|
| #endif
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| +#if defined(TOOLKIT_USES_GTK)
|
| #include "chrome/browser/ui/gtk/gtk_util.h"
|
| #endif
|
|
|
|
|