Chromium Code Reviews| Index: ui/base/ime/input_method.cc |
| diff --git a/ui/base/ime/input_method.cc b/ui/base/ime/input_method.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..07f2e6bc2c4bff9cefa121ba8095859ef15ef500 |
| --- /dev/null |
| +++ b/ui/base/ime/input_method.cc |
| @@ -0,0 +1,12 @@ |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#include "ui/base/ime/input_method.h" |
| + |
| +namespace ui { |
| + |
| +InputMethod::~InputMethod() { |
| +} |
| + |
| +} // namespace ui |