diff options
Diffstat (limited to 'chrome/browser/speech/speech_input_bubble_gtk.cc')
-rw-r--r-- | chrome/browser/speech/speech_input_bubble_gtk.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/speech/speech_input_bubble_gtk.cc b/chrome/browser/speech/speech_input_bubble_gtk.cc index 0c09e9e..86cd28b 100644 --- a/chrome/browser/speech/speech_input_bubble_gtk.cc +++ b/chrome/browser/speech/speech_input_bubble_gtk.cc @@ -10,12 +10,12 @@ #include "chrome/browser/ui/gtk/gtk_util.h" #include "chrome/browser/ui/gtk/info_bubble_gtk.h" #include "chrome/browser/ui/gtk/owned_widget_gtk.h" -#include "gfx/gtk_util.h" -#include "gfx/rect.h" #include "grit/generated_resources.h" #include "grit/theme_resources.h" #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" +#include "ui/gfx/gtk_util.h" +#include "ui/gfx/rect.h" namespace { |