| Index: chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| index 8c930d5a2438edd861a2ef454da711249e10398e..282329ca7298cd238926dd8b9aeafb00ca392f1b 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
| @@ -254,7 +254,8 @@ class InputMethodManagerImpl : public InputMethodManager,
|
|
|
| // The engine map from extension_id to an engine.
|
| typedef std::map<std::string, InputMethodEngineInterface*> EngineMap;
|
| - EngineMap engine_map_;
|
| + typedef std::map<Profile*, EngineMap, ProfileCompare> ProfileEngineMap;
|
| + ProfileEngineMap engine_map_;
|
|
|
| // The map from input method id to the input method stat id.
|
| // The stat id has the format: <category#><first char after prefix><index>
|
|
|