| Index: ui/views/examples/button_example.h
|
| diff --git a/views/examples/button_example.h b/ui/views/examples/button_example.h
|
| similarity index 87%
|
| rename from views/examples/button_example.h
|
| rename to ui/views/examples/button_example.h
|
| index f631dbc822602b81bb3be654b5db522c3b89642a..b353105877751544b7a466e6c85f9b60b6060bdb 100644
|
| --- a/views/examples/button_example.h
|
| +++ b/ui/views/examples/button_example.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_EXAMPLES_BUTTON_EXAMPLE_H_
|
| -#define VIEWS_EXAMPLES_BUTTON_EXAMPLE_H_
|
| +#ifndef UI_VIEWS_EXAMPLES_BUTTON_EXAMPLE_H_
|
| +#define UI_VIEWS_EXAMPLES_BUTTON_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/examples/example_base.h"
|
|
|
| namespace views {
|
| class View;
|
| @@ -47,4 +47,4 @@ class ButtonExample : public ExampleBase, public views::ButtonListener {
|
|
|
| } // namespace examples
|
|
|
| -#endif // VIEWS_EXAMPLES_BUTTON_EXAMPLE_H_
|
| +#endif // UI_VIEWS_EXAMPLES_BUTTON_EXAMPLE_H_
|
|
|