| Index: chrome/browser/chromeos/input_method/input_method_property.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_property.h b/chrome/browser/chromeos/input_method/input_method_property.h
|
| index e9aa54f3f4bd48e4821674da23d84e986a05a38f..5122b23eab367ec12668e8c27125de86916687fc 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_property.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_property.h
|
| @@ -23,6 +23,9 @@ struct InputMethodProperty {
|
| InputMethodProperty();
|
| ~InputMethodProperty();
|
|
|
| + bool operator==(const InputMethodProperty& other) const;
|
| + bool operator!=(const InputMethodProperty& other) const;
|
| +
|
| // Debug print function.
|
| std::string ToString() const;
|
|
|
|
|