| 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 e618d4e4cbb09b54f4d49bb8c592e50715249484..dd33dc396f9c43e8117531bae2fdbbd5784d3115 100644
|
| --- a/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| +++ b/chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc
|
| @@ -9,8 +9,8 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| -#include "chrome/common/extensions/manifest.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/manifest.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace keys = extensions::manifest_keys;
|
|
|