| Index: ui/views/controls/tabbed_pane/tabbed_pane.h
|
| diff --git a/views/controls/tabbed_pane/tabbed_pane.h b/ui/views/controls/tabbed_pane/tabbed_pane.h
|
| similarity index 95%
|
| rename from views/controls/tabbed_pane/tabbed_pane.h
|
| rename to ui/views/controls/tabbed_pane/tabbed_pane.h
|
| index 6161d763f53424b57fc77ac87cf1fa5fdd1bc284..97a9d63c9437c3e9c733103ccf8f13e8aba3ab4d 100644
|
| --- a/views/controls/tabbed_pane/tabbed_pane.h
|
| +++ b/ui/views/controls/tabbed_pane/tabbed_pane.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_TABBED_PANE_H_
|
| -#define VIEWS_CONTROLS_TABBED_PANE_H_
|
| +#ifndef UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_H_
|
| +#define UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -102,4 +102,4 @@ class VIEWS_EXPORT TabbedPane : public View {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_TABBED_PANE_H_
|
| +#endif // UI_VIEWS_CONTROLS_TABBED_PANE_TABBED_PANE_H_
|
|
|