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

Unified Diff: chrome/browser/chromeos/language_preferences.h

Issue 3132023: Add language_prefs namespace to language_preferences.h. (Closed)
Patch Set: address comments Created 10 years, 4 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/browser/chromeos/language_preferences.h
diff --git a/chrome/browser/chromeos/language_preferences.h b/chrome/browser/chromeos/language_preferences.h
index f1bb333923c89cf45609ef514fa793cf3fb7195c..69ca39472c6c52a898253af454ab9cdd0b9fe3a8 100644
--- a/chrome/browser/chromeos/language_preferences.h
+++ b/chrome/browser/chromeos/language_preferences.h
@@ -11,6 +11,7 @@
// This file defines types and declare variables used in "Languages and
// Input" settings in Chromium OS.
namespace chromeos {
+namespace language_prefs {
// The struct is used for preferences consisting of multiple choices, like
// punctuation types used in Japanese input method.
@@ -163,6 +164,7 @@ extern const char kPreferredKeyboardLayout[];
// crosbug.com/5579.
extern const char kHardwareKeyboardLayout[];
+} // language_prefs
} // chromeos
#endif // CHROME_BROWSER_CHROMEOS_LANGUAGE_PREFERENCES_H_
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | chrome/browser/chromeos/language_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698