diff options
Diffstat (limited to 'chrome/browser/automation/ui_controls_gtk.cc')
-rw-r--r-- | chrome/browser/automation/ui_controls_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/ui_controls_gtk.cc b/chrome/browser/automation/ui_controls_gtk.cc index 0ca2378..f72d9da 100644 --- a/chrome/browser/automation/ui_controls_gtk.cc +++ b/chrome/browser/automation/ui_controls_gtk.cc @@ -17,8 +17,8 @@ #include "ui/gfx/rect.h" #if defined(TOOLKIT_VIEWS) +#include "ui/views/widget/widget.h" #include "views/view.h" -#include "views/widget/widget.h" #endif namespace { |