Commit a3b32c59 authored by satish@chromium.org's avatar satish@chromium.org

Fix order of includes in header file.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/3110039

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57323 0039d316-1c4b-4281-b951-d872f2087c98
parent dad86a83
...@@ -5,15 +5,16 @@ ...@@ -5,15 +5,16 @@
#ifndef CHROME_BROWSER_SPEECH_SPEECH_RECOGNIZER_H_ #ifndef CHROME_BROWSER_SPEECH_SPEECH_RECOGNIZER_H_
#define CHROME_BROWSER_SPEECH_SPEECH_RECOGNIZER_H_ #define CHROME_BROWSER_SPEECH_SPEECH_RECOGNIZER_H_
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "media/audio/audio_input_controller.h"
#include "chrome/browser/speech/speech_recognition_request.h"
#include "chrome/browser/speech/endpointer/endpointer.h"
#include <list> #include <list>
#include <string> #include <string>
#include <utility> #include <utility>
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "chrome/browser/speech/endpointer/endpointer.h"
#include "chrome/browser/speech/speech_recognition_request.h"
#include "media/audio/audio_input_controller.h"
namespace speech_input { namespace speech_input {
// Holds the details of a particular webkit element making a speech request. // Holds the details of a particular webkit element making a speech request.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment