| Index: chrome/browser/speech/speech_input_bubble_views.cc
|
| ===================================================================
|
| --- chrome/browser/speech/speech_input_bubble_views.cc (revision 76500)
|
| +++ chrome/browser/speech/speech_input_bubble_views.cc (working copy)
|
| @@ -7,9 +7,9 @@
|
| #include "base/message_loop.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_window.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| -#include "chrome/browser/tab_contents/tab_contents_view.h"
|
| #include "chrome/browser/ui/views/info_bubble.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|