Index: content/browser/speech/speech_input_browsertest.cc |
=================================================================== |
--- content/browser/speech/speech_input_browsertest.cc (revision 88904) |
+++ content/browser/speech/speech_input_browsertest.cc (working copy) |
@@ -7,13 +7,13 @@ |
#include "base/string_number_conversions.h" |
#include "base/utf_string_conversions.h" |
#include "chrome/browser/ui/browser.h" |
-#include "chrome/common/chrome_switches.h" |
#include "chrome/test/in_process_browser_test.h" |
#include "chrome/test/ui_test_utils.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/speech/speech_input_dispatcher_host.h" |
#include "content/browser/speech/speech_input_manager.h" |
#include "content/browser/tab_contents/tab_contents.h" |
+#include "content/common/content_switches.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
namespace speech_input { |