Chromium Code Reviews| Index: chrome/common/spellcheck_common.h |
| diff --git a/chrome/common/spellcheck_common.h b/chrome/common/spellcheck_common.h |
| index cafffa84762bbe3cf30e5ef4045afec60d3c1326..67d5d0fe02d02077eb3b2057b33117ec17350c28 100644 |
| --- a/chrome/common/spellcheck_common.h |
| +++ b/chrome/common/spellcheck_common.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -11,7 +11,7 @@ |
| class FilePath; |
| -namespace SpellCheckCommon { |
| +namespace chrome { |
|
Ben Goodger (Google)
2012/06/19 22:53:59
namespace chrome {
namespace spellcheck_common {
tfarina
2012/06/19 23:08:25
Done.
|
| // Max number of dictionary suggestions. |
| static const int kMaxSuggestions = 5; |
| @@ -26,6 +26,6 @@ std::string GetCorrespondingSpellCheckLanguage(const std::string& language); |
| // Get SpellChecker supported languages. |
| void SpellCheckLanguages(std::vector<std::string>* languages); |
| -} // namespace SpellCheckCommon |
| +} // namespace chrome |
| #endif // CHROME_COMMON_SPELLCHECK_COMMON_H_ |