| Index: chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| diff --git a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| index e18c594496acca0debc09248641d16abede3450a..0dd93fba0dadf9a7e00a4160ce1251652042bc52 100644
|
| --- a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| +++ b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| @@ -47,7 +47,8 @@ TtsEngineManifestHandler::TtsEngineManifestHandler() {
|
| TtsEngineManifestHandler::~TtsEngineManifestHandler() {
|
| }
|
|
|
| -bool TtsEngineManifestHandler::Parse(Extension* extension, string16* error) {
|
| +bool TtsEngineManifestHandler::Parse(Extension* extension,
|
| + base::string16* error) {
|
| scoped_ptr<TtsVoices> info(new TtsVoices);
|
| const base::DictionaryValue* tts_dict = NULL;
|
| if (!extension->manifest()->GetDictionary(keys::kTtsEngine, &tts_dict)) {
|
|
|