| Index: chrome/common/extensions/message_bundle_unittest.cc
|
| diff --git a/chrome/common/extensions/message_bundle_unittest.cc b/chrome/common/extensions/message_bundle_unittest.cc
|
| index bf5e601df50739f7dbb0552f9c3b69d81f39db97..7aa4cf2ea630496b56bb82586b4c81a1ef339c7b 100644
|
| --- a/chrome/common/extensions/message_bundle_unittest.cc
|
| +++ b/chrome/common/extensions/message_bundle_unittest.cc
|
| @@ -14,14 +14,14 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/common/extensions/extension_l10n_util.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace errors = extension_manifest_errors;
|
| -
|
| namespace extensions {
|
|
|
| +namespace errors = manifest_errors;
|
| +
|
| class MessageBundleTest : public testing::Test {
|
| protected:
|
| enum BadDictionary {
|
|
|