Chromium Code Reviews| Index: chrome/browser/speech/extension_speech_input_api_constants.h |
| diff --git a/chrome/browser/extensions/speech_input/extension_speech_input_api_constants.h b/chrome/browser/speech/extension_speech_input_api_constants.h |
| similarity index 81% |
| rename from chrome/browser/extensions/speech_input/extension_speech_input_api_constants.h |
| rename to chrome/browser/speech/extension_speech_input_api_constants.h |
| index 4ead0eabe85d09fc34b81854caebeb0e0f02a5f4..b8fd96e7cfc14e0d7879d58b6c116d8c8b0584ca 100644 |
| --- a/chrome/browser/extensions/speech_input/extension_speech_input_api_constants.h |
| +++ b/chrome/browser/speech/extension_speech_input_api_constants.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_CONSTANTS_H_ |
| -#define CHROME_BROWSER_EXTENSIONS_SPEECH_INPUT_EXTENSION_SPEECH_INPUT_API_CONSTANTS_H_ |
| +#ifndef CHROME_BROWSER_SPEECH_EXTENSION_SPEECH_INPUT_API_CONSTANTS_H_ |
|
Aaron Boodman
2011/11/06 22:55:38
There's no need for these separate 'constants' fil
Leandro GraciĆ” Gil
2011/11/07 17:11:43
Done.
|
| +#define CHROME_BROWSER_SPEECH_EXTENSION_SPEECH_INPUT_API_CONSTANTS_H_ |
| namespace extension_speech_input_api_constants { |
| @@ -38,4 +38,4 @@ extern const bool kDefaultFilterProfanities; |
| } // namespace extension_speech_input_api_constants. |
| -#endif // CHROME_BROWSER_EXTENSIONS_SPEECH_INPUT_EXTENSION_SPEECH_INPUT_API_CONSTANTS_H_ |
| +#endif // CHROME_BROWSER_SPEECH_EXTENSION_SPEECH_INPUT_API_CONSTANTS_H_ |