| Index: ui/base/ime/composition_text.cc
|
| diff --git a/ui/base/ime/composition.cc b/ui/base/ime/composition_text.cc
|
| similarity index 64%
|
| rename from ui/base/ime/composition.cc
|
| rename to ui/base/ime/composition_text.cc
|
| index 855a71323c2c837dc5acccfc5c96e3ba4d683774..660b3ef7ca49df5c427a270d1ed9aa5edefa98bf 100644
|
| --- a/ui/base/ime/composition.cc
|
| +++ b/ui/base/ime/composition_text.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/ime/composition.h"
|
| +#include "ui/base/ime/composition_text.h"
|
|
|
| namespace ui {
|
|
|
| -Composition::Composition() {
|
| +CompositionText::CompositionText() {
|
| }
|
|
|
| -Composition::~Composition() {
|
| +CompositionText::~CompositionText() {
|
| }
|
|
|
| -void Composition::Clear() {
|
| +void CompositionText::Clear() {
|
| text.clear();
|
| underlines.clear();
|
| selection = Range();
|
|
|