| Index: ui/base/ime/chromeos/composition_text_chromeos.h
|
| diff --git a/ui/base/ime/chromeos/composition_text.h b/ui/base/ime/chromeos/composition_text_chromeos.h
|
| similarity index 90%
|
| rename from ui/base/ime/chromeos/composition_text.h
|
| rename to ui/base/ime/chromeos/composition_text_chromeos.h
|
| index 90b8a8c9a1faab5338cdce65524ed8632f5f05d8..3350b0e09871f7749785ad65c43d3b5e6a066386 100644
|
| --- a/ui/base/ime/chromeos/composition_text.h
|
| +++ b/ui/base/ime/chromeos/composition_text_chromeos.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_
|
| -#define UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_
|
| +#ifndef UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_CHROMEOS_H_
|
| +#define UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_CHROMEOS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -67,4 +67,4 @@ class UI_BASE_IME_EXPORT CompositionText {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_H_
|
| +#endif // UI_BASE_IME_CHROMEOS_COMPOSITION_TEXT_CHROMEOS_H_
|
|
|