Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6979)

Unified Diff: chrome/browser/speech/speech_recognizer.h

Issue 3110039: Fix order of includes in header file. (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/speech_recognizer.h
diff --git a/chrome/browser/speech/speech_recognizer.h b/chrome/browser/speech/speech_recognizer.h
index 2a298f3f597183eaddce7ca40f1e4bf53c02a3df..a29a5a086699829e88d2a53f552a162ae65cba38 100644
--- a/chrome/browser/speech/speech_recognizer.h
+++ b/chrome/browser/speech/speech_recognizer.h
@@ -5,14 +5,14 @@
#ifndef 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 <string>
#include <utility>
+#include "base/ref_counted.h"
tfarina 2010/08/25 13:43:55 nit: add a blank line between utility and base/..
+#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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698