Index: chrome/browser/chromeos/input_method/input_method_util.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h |
index faa66b879f52ebd70b61df9e7cadd108f0e4f79a..b59865b8159ac7d8b433c9027e028c6226305da1 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_util.h |
+++ b/chrome/browser/chromeos/input_method/input_method_util.h |
@@ -203,6 +203,7 @@ class InputMethodUtil { |
base::ThreadChecker thread_checker_; |
std::vector<std::string> hardware_layouts_; |
std::vector<std::string> hardware_login_layouts_; |
+ std::vector<std::string> cached_hardware_layouts_; |
DISALLOW_COPY_AND_ASSIGN(InputMethodUtil); |
}; |