| Index: ash/common/ime_control_delegate.h
|
| diff --git a/ash/ime_control_delegate.h b/ash/common/ime_control_delegate.h
|
| similarity index 88%
|
| rename from ash/ime_control_delegate.h
|
| rename to ash/common/ime_control_delegate.h
|
| index 5dbc52c0a70b4e5bb5989cf9fb199da288838728..37f0adf95e84f25d0d5213beedbdf73cb9dcbc4f 100644
|
| --- a/ash/ime_control_delegate.h
|
| +++ b/ash/common/ime_control_delegate.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 ASH_IME_CONTROL_DELEGATE_H_
|
| -#define ASH_IME_CONTROL_DELEGATE_H_
|
| +#ifndef ASH_COMMON_IME_CONTROL_DELEGATE_H_
|
| +#define ASH_COMMON_IME_CONTROL_DELEGATE_H_
|
|
|
| namespace ui {
|
| class Accelerator;
|
| @@ -37,4 +37,4 @@ class ImeControlDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_IME_CONTROL_DELEGATE_H_
|
| +#endif // ASH_COMMON_IME_CONTROL_DELEGATE_H_
|
|
|