| Index: ui/views/examples/link_example.h
|
| diff --git a/views/examples/link_example.h b/ui/views/examples/link_example.h
|
| similarity index 82%
|
| rename from views/examples/link_example.h
|
| rename to ui/views/examples/link_example.h
|
| index 916b91a49627ee77c939c3652aa87cda9595b6be..38513f69eeedbf412e530009f88a45b52019ef01 100644
|
| --- a/views/examples/link_example.h
|
| +++ b/ui/views/examples/link_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_LINK_EXAMPLE_H_
|
| -#define VIEWS_EXAMPLES_LINK_EXAMPLE_H_
|
| +#ifndef UI_VIEWS_EXAMPLES_LINK_EXAMPLE_H_
|
| +#define UI_VIEWS_EXAMPLES_LINK_EXAMPLE_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "ui/views/examples/example_base.h"
|
| #include "views/controls/link_listener.h"
|
| -#include "views/examples/example_base.h"
|
|
|
| namespace views {
|
| class View;
|
| @@ -37,4 +37,4 @@ class LinkExample : public ExampleBase,
|
|
|
| } // namespace examples
|
|
|
| -#endif // VIEWS_EXAMPLES_LINK_EXAMPLE_H_
|
| +#endif // UI_VIEWS_EXAMPLES_LINK_EXAMPLE_H_
|
|
|