| Index: ui/views/controls/native_control.h
|
| diff --git a/views/controls/native_control.h b/ui/views/controls/native_control.h
|
| similarity index 96%
|
| rename from views/controls/native_control.h
|
| rename to ui/views/controls/native_control.h
|
| index 7092b2fb0f975ed90aaed4688222c523a136aae2..ba419c1f760d5dcd548a28eac1136ee36a737ed3 100644
|
| --- a/views/controls/native_control.h
|
| +++ b/ui/views/controls/native_control.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_CONTROLS_NATIVE_CONTROL_H_
|
| -#define VIEWS_CONTROLS_NATIVE_CONTROL_H_
|
| +#ifndef UI_VIEWS_CONTROLS_NATIVE_CONTROL_H_
|
| +#define UI_VIEWS_CONTROLS_NATIVE_CONTROL_H_
|
| #pragma once
|
|
|
| #include <windows.h>
|
| @@ -123,4 +123,4 @@ class VIEWS_EXPORT NativeControl : public View {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_NATIVE_CONTROL_H_
|
| +#endif // UI_VIEWS_CONTROLS_NATIVE_CONTROL_H_
|
|
|