diff options
Diffstat (limited to 'chrome/browser/chromeos/compact_location_bar_host.h')
-rw-r--r-- | chrome/browser/chromeos/compact_location_bar_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/compact_location_bar_host.h b/chrome/browser/chromeos/compact_location_bar_host.h index 6fbc99b..cb3e221 100644 --- a/chrome/browser/chromeos/compact_location_bar_host.h +++ b/chrome/browser/chromeos/compact_location_bar_host.h @@ -7,10 +7,10 @@ #include "app/animation.h" #include "app/gfx/native_widget_types.h" -#include "base/gfx/rect.h" #include "base/timer.h" #include "chrome/browser/tabs/tab_strip_model.h" #include "chrome/browser/views/dropdown_bar_host.h" +#include "gfx/rect.h" #include "views/controls/textfield/textfield.h" class BrowserView; |