Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chrome/common/spellcheck_common.cc

Issue 10573017: Rename SpellCheckCommon namespace to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/spellcheck_common.cc
diff --git a/chrome/common/spellcheck_common.cc b/chrome/common/spellcheck_common.cc
index c4e245ca7270554ac81d520679a80f7ef20b16e8..de09d96ef8c9454f5c3327f8a8d9630e564a0f92 100644
--- a/chrome/common/spellcheck_common.cc
+++ b/chrome/common/spellcheck_common.cc
@@ -6,7 +6,7 @@
#include "base/file_path.h"
-namespace SpellCheckCommon {
+namespace chrome {
static const struct {
// The language.
@@ -177,4 +177,4 @@ void SpellCheckLanguages(std::vector<std::string>* languages) {
}
}
-} // namespace SpellCheckCommon
+} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698