| Index: ui/views/examples/native_theme_button_example.h
|
| diff --git a/views/examples/native_theme_button_example.h b/ui/views/examples/native_theme_button_example.h
|
| similarity index 93%
|
| rename from views/examples/native_theme_button_example.h
|
| rename to ui/views/examples/native_theme_button_example.h
|
| index 7fcf993b4f805009e892d7f897c87f5f5a9382b7..59f5e97721c2e0c73559ce060a7c49ed8d76acd2 100644
|
| --- a/views/examples/native_theme_button_example.h
|
| +++ b/ui/views/examples/native_theme_button_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_NATIVE_THEME_BUTTON_EXAMPLE_H_
|
| -#define VIEWS_EXAMPLES_NATIVE_THEME_BUTTON_EXAMPLE_H_
|
| +#ifndef UI_VIEWS_EXAMPLES_NATIVE_THEME_BUTTON_EXAMPLE_H_
|
| +#define UI_VIEWS_EXAMPLES_NATIVE_THEME_BUTTON_EXAMPLE_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| #include "ui/gfx/native_theme.h"
|
| +#include "ui/views/examples/example_base.h"
|
| #include "views/controls/button/custom_button.h"
|
| #include "views/controls/combobox/combobox.h"
|
| -#include "views/examples/example_base.h"
|
| #include "views/native_theme_delegate.h"
|
| #include "views/native_theme_painter.h"
|
|
|
| @@ -90,4 +90,4 @@ class NativeThemeButtonExample : public ExampleBase,
|
|
|
| } // namespace examples
|
|
|
| -#endif // VIEWS_EXAMPLES_NATIVE_THEME_BUTTON_EXAMPLE_H_
|
| +#endif // UI_VIEWS_EXAMPLES_NATIVE_THEME_BUTTON_EXAMPLE_H_
|
|
|