| Index: chromeos/ime/input_method_descriptor.cc
|
| diff --git a/chromeos/ime/input_method_descriptor.cc b/chromeos/ime/input_method_descriptor.cc
|
| index ef856afe045ceb3bbd63bd24475ae95255830692..3215b681e14cec89160a94fbdb1d065f55820938 100644
|
| --- a/chromeos/ime/input_method_descriptor.cc
|
| +++ b/chromeos/ime/input_method_descriptor.cc
|
| @@ -31,15 +31,5 @@ InputMethodDescriptor::InputMethodDescriptor() {
|
| InputMethodDescriptor::~InputMethodDescriptor() {
|
| }
|
|
|
| -bool InputMethodDescriptor::operator==(
|
| - const InputMethodDescriptor& other) const {
|
| - return id() == other.id();
|
| -}
|
| -
|
| -bool InputMethodDescriptor::operator!=(
|
| - const InputMethodDescriptor& other) const {
|
| - return !(*this == other);
|
| -}
|
| -
|
| } // namespace input_method
|
| } // namespace chromeos
|
|
|