| Index: ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
|
| diff --git a/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
|
| similarity index 90%
|
| rename from views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
|
| rename to ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
|
| index 0a3599256d5b4b189db0a9a6e3de3c60867e9805..90a651fd7549ed6fe6c895c496ab7baa9401f86f 100644
|
| --- a/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
|
| +++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h
|
| @@ -2,11 +2,16 @@
|
| // 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_WRAPPER_H_
|
| -#define VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
|
| +#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
|
| +#define UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
|
| #pragma once
|
|
|
| #include "base/string16.h"
|
| +#include "ui/gfx/native_widget_types.h"
|
| +
|
| +namespace gfx {
|
| +class Size;
|
| +}
|
|
|
| namespace views {
|
|
|
| @@ -71,4 +76,4 @@ class NativeTabbedPaneWrapper {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
|
| +#endif // UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_WRAPPER_H_
|
|
|