Chromium Code Reviews| Index: chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc |
| =================================================================== |
| --- chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc (revision 78148) |
| +++ chrome/browser/ui/views/autocomplete/autocomplete_result_view.cc (working copy) |
| @@ -4,6 +4,11 @@ |
| #include "chrome/browser/ui/views/autocomplete/autocomplete_result_view.h" |
| +#ifdef COMPILER_MSVCEXPRESS |
|
Mark Mentovai
2011/03/16 16:25:20
I’d like a Windows expert to weigh in on whether d
M-A Ruel
2011/03/16 17:48:55
I'd favor something that doesn't need fixes like t
RN
2011/03/17 06:33:25
It's not exclusive to the express versions, just t
|
| +#include <atlbase.h> |
| +#include <atlwin.h> // Avoid WinDDK intsafe.h/XINTXX_MIN/MAX conflicts |
| +#endif |
| + |
| #include "base/i18n/bidi_line_iterator.h" |
| #include "chrome/browser/ui/views/autocomplete/autocomplete_result_view_model.h" |
| #include "chrome/browser/ui/views/location_bar/location_bar_view.h" |