| Index: ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| diff --git a/views/controls/tabbed_pane/native_tabbed_pane_win.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| similarity index 91%
|
| rename from views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| rename to ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| index f8bd4ed6249a10f3b91751af81d5a68e6de504fd..8935c1aa011f3f8522284b8f48ce4dcf4a3a3cdc 100644
|
| --- a/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| +++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WIN_H_
|
| -#define VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WIN_H_
|
| +#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WIN_H_
|
| +#define UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WIN_H_
|
| #pragma once
|
|
|
| #include <vector>
|
|
|
| +#include "ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h"
|
| #include "views/controls/native_control_win.h"
|
| -#include "views/controls/tabbed_pane/native_tabbed_pane_wrapper.h"
|
|
|
| namespace views {
|
|
|
| @@ -89,4 +89,4 @@ class NativeTabbedPaneWin : public NativeControlWin,
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WIN_H_
|
| +#endif // UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WIN_H_
|
|
|