| Index: chrome/common/spellcheck_common.cc
|
| diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc
|
| index c4e245ca7270554ac81d520679a80f7ef20b16e8..73aeb86e0a33f1619730698ed4f4f670a8d05239 100644
|
| --- a/chrome/common/spellcheck_common.cc
|
| +++ b/chrome/common/spellcheck_common.cc
|
| @@ -6,7 +6,8 @@
|
|
|
| #include "base/file_path.h"
|
|
|
| -namespace SpellCheckCommon {
|
| +namespace chrome {
|
| +namespace spellcheck_common {
|
|
|
| static const struct {
|
| // The language.
|
| @@ -177,4 +178,5 @@ void SpellCheckLanguages(std::vector<std::string>* languages) {
|
| }
|
| }
|
|
|
| -} // namespace SpellCheckCommon
|
| +} // namespace spellcheck_common
|
| +} // namespace chrome
|
|
|