| Index: ui/views/examples/tabbed_pane_example.h
|
| diff --git a/views/examples/tabbed_pane_example.h b/ui/views/examples/tabbed_pane_example.h
|
| similarity index 88%
|
| rename from views/examples/tabbed_pane_example.h
|
| rename to ui/views/examples/tabbed_pane_example.h
|
| index 0dd217d2d9b9934138d6ff39019a27f3cb330dba..1564ac63a7bfdbad48c297a4c1347cc3acfe32f9 100644
|
| --- a/views/examples/tabbed_pane_example.h
|
| +++ b/ui/views/examples/tabbed_pane_example.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
| -#define VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
| +#ifndef UI_VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
| +#define UI_VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "ui/views/examples/example_base.h"
|
| #include "views/controls/button/text_button.h"
|
| #include "views/controls/tabbed_pane/tabbed_pane_listener.h"
|
| -#include "views/examples/example_base.h"
|
|
|
| namespace views {
|
| class TabbedPane;
|
| @@ -56,4 +56,4 @@ class TabbedPaneExample : public ExampleBase,
|
|
|
| } // namespace examples
|
|
|
| -#endif // VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
| +#endif // UI_VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
|
|