| 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 87f6226fb05e47b0e622818d1a0d93946aa730e6..e618d4e4cbb09b54f4d49bb8c592e50715249484 100644
|
| --- a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| +++ b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| @@ -13,7 +13,7 @@
|
| #include "extensions/common/error_utils.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -namespace keys = extension_manifest_keys;
|
| +namespace keys = extensions::manifest_keys;
|
| namespace errors = extension_manifest_errors;
|
|
|
| namespace {
|
|
|