Index: chrome/browser/speech/extension_speech_input_api.h |
diff --git a/chrome/browser/extensions/speech_input/extension_speech_input_api.h b/chrome/browser/speech/extension_speech_input_api.h |
similarity index 90% |
rename from chrome/browser/extensions/speech_input/extension_speech_input_api.h |
rename to chrome/browser/speech/extension_speech_input_api.h |
index c0b2318db33884880d008dff10247b22c22da2d1..c9013def4a8a5d81ad79b62ac32bacb022703e4c 100644 |
--- a/chrome/browser/extensions/speech_input/extension_speech_input_api.h |
+++ b/chrome/browser/speech/extension_speech_input_api.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_EXTENSIONS_SPEECH_INPUT_EXTENSION_SPEECH_INPUT_API_H_ |
-#define CHROME_BROWSER_EXTENSIONS_SPEECH_INPUT_EXTENSION_SPEECH_INPUT_API_H_ |
+#ifndef CHROME_BROWSER_SPEECH_EXTENSION_SPEECH_INPUT_API_H_ |
Aaron Boodman
2011/11/06 22:55:38
To be consistent with the previous changes on the
Leandro GraciĆ” Gil
2011/11/07 17:11:43
Done.
|
+#define CHROME_BROWSER_SPEECH_EXTENSION_SPEECH_INPUT_API_H_ |
#pragma once |
#include "chrome/browser/extensions/extension_function.h" |
@@ -69,4 +69,4 @@ class IsRecordingSpeechInputFunction : public SyncExtensionFunction { |
DECLARE_EXTENSION_FUNCTION_NAME("experimental.speechInput.isRecording"); |
}; |
-#endif // CHROME_BROWSER_EXTENSIONS_SPEECH_INPUT_EXTENSION_SPEECH_INPUT_API_H_ |
+#endif // CHROME_BROWSER_SPEECH_EXTENSION_SPEECH_INPUT_API_H_ |