| Index: ui/views/controls/native_control_win.h
|
| diff --git a/views/controls/native_control_win.h b/ui/views/controls/native_control_win.h
|
| similarity index 96%
|
| rename from views/controls/native_control_win.h
|
| rename to ui/views/controls/native_control_win.h
|
| index f5be1ec00af30e18f769f83d4364dbd6fc56c6e4..f8a002bd76111ed938392e921c2bdb486e74eba1 100644
|
| --- a/views/controls/native_control_win.h
|
| +++ b/ui/views/controls/native_control_win.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_WIN_H_
|
| -#define VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
|
| +#ifndef UI_VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
|
| +#define UI_VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -98,4 +98,4 @@ class NativeControlWin : public ChildWindowMessageProcessor,
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
|
| +#endif // UI_VIEWS_CONTROLS_NATIVE_CONTROL_WIN_H_
|
|
|