| Index: ui/views/ime/input_method_delegate.h
|
| diff --git a/views/ime/input_method_delegate.h b/ui/views/ime/input_method_delegate.h
|
| similarity index 82%
|
| rename from views/ime/input_method_delegate.h
|
| rename to ui/views/ime/input_method_delegate.h
|
| index 32ce0333845e05851e0e788e57158157aa3ba37f..369cc8b38bc417553d8f4a7ca622aea2634234b2 100644
|
| --- a/views/ime/input_method_delegate.h
|
| +++ b/ui/views/ime/input_method_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 VIEWS_IME_INPUT_METHOD_DELEGATE_H_
|
| -#define VIEWS_IME_INPUT_METHOD_DELEGATE_H_
|
| +#ifndef UI_VIEWS_IME_INPUT_METHOD_DELEGATE_H_
|
| +#define UI_VIEWS_IME_INPUT_METHOD_DELEGATE_H_
|
| #pragma once
|
|
|
| #include "views/views_export.h"
|
| @@ -28,4 +28,4 @@ class VIEWS_EXPORT InputMethodDelegate {
|
| } // namespace internal
|
| } // namespace views
|
|
|
| -#endif // VIEWS_IME_INPUT_METHOD_DELEGATE_H_
|
| +#endif // UI_VIEWS_IME_INPUT_METHOD_DELEGATE_H_
|
|
|