Chromium Code Reviews| Index: chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| index 93347b58320c5cc4de514ae40db21b8f5d4d2a86..a3491765de02e6f28844ae502a9b2998c196bb6b 100644 |
| --- a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| +++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc |
| @@ -33,14 +33,6 @@ |
| #include "ui/gfx/text_utils.h" |
| #include "ui/native_theme/native_theme.h" |
| -#if defined(OS_WIN) |
| -#include "ui/native_theme/native_theme_win.h" |
| -#endif |
| - |
| -#if defined(USE_AURA) |
| -#include "ui/native_theme/native_theme_aura.h" |
| -#endif |
| - |
| using ui::NativeTheme; |
| namespace { |