Index: chrome/browser/chromeos/system_key_event_listener_browsertest.cc |
diff --git a/chrome/browser/chromeos/system_key_event_listener_browsertest.cc b/chrome/browser/chromeos/system_key_event_listener_browsertest.cc |
index 2b07485cade173279caa3ad23693e570a05f7085..ef1331f35f18fa12fd62764f55278f40c104b1ad 100644 |
--- a/chrome/browser/chromeos/system_key_event_listener_browsertest.cc |
+++ b/chrome/browser/chromeos/system_key_event_listener_browsertest.cc |
@@ -85,7 +85,7 @@ class InputMethodObserver : public input_method::InputMethodManager::Observer { |
} |
virtual void PropertyListChanged( |
input_method::InputMethodManager* manager, |
- const input_method::ImePropertyList& current_ime_properties) OVERRIDE { |
+ const input_method::InputMethodPropertyList& properties) OVERRIDE { |
} |
std::string current_input_method_id_; |