| Index: ui/views/controls/tabbed_pane/native_tabbed_pane_gtk.h
|
| diff --git a/views/controls/tabbed_pane/native_tabbed_pane_gtk.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_gtk.h
|
| similarity index 88%
|
| rename from views/controls/tabbed_pane/native_tabbed_pane_gtk.h
|
| rename to ui/views/controls/tabbed_pane/native_tabbed_pane_gtk.h
|
| index 28b32e6c58bc4ab572d3e26cb0b516e87c5c675f..c37af6c449eb3e6dfd49345d3d2a7118104b3495 100644
|
| --- a/views/controls/tabbed_pane/native_tabbed_pane_gtk.h
|
| +++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_gtk.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_GTK_H_
|
| -#define VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_GTK_H_
|
| +#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_GTK_H_
|
| +#define UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_GTK_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h"
|
| #include "views/controls/native_control_gtk.h"
|
| -#include "views/controls/tabbed_pane/native_tabbed_pane_wrapper.h"
|
|
|
| namespace views {
|
|
|
| @@ -66,4 +66,4 @@ class NativeTabbedPaneGtk : public NativeControlGtk,
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_GTK_H_
|
| +#endif // UI_VIEWS_CONTROLS_TABBED_PANE_NATIVE_TABBED_PANE_GTK_H_
|
|
|