Index: chrome/browser/chromeos/cros/language_library.cc |
diff --git a/chrome/browser/chromeos/cros/language_library.cc b/chrome/browser/chromeos/cros/language_library.cc |
index 406b833d45ef8702179c2d8f6d712be6465b6b35..37769e7b2363dc8db50aaad80c06fd3bc64cafeb 100644 |
--- a/chrome/browser/chromeos/cros/language_library.cc |
+++ b/chrome/browser/chromeos/cros/language_library.cc |
@@ -30,8 +30,8 @@ bool FindAndUpdateProperty(const chromeos::ImeProperty& new_prop, |
chromeos::ImeProperty& prop = prop_list->at(i); |
if (prop.key == new_prop.key) { |
const int saved_id = prop.selection_item_id; |
- // Update the list except the radio id. As written in chromeos_language.h, |
- // |prop.selection_item_id| is dummy. |
+ // Update the list except the radio id. As written in |
+ // chromeos_input_method.h, |prop.selection_item_id| is dummy. |
prop = new_prop; |
prop.selection_item_id = saved_id; |
return true; |