| Index: ui/views/examples/combobox_example.h
|
| diff --git a/views/examples/combobox_example.h b/ui/views/examples/combobox_example.h
|
| similarity index 81%
|
| rename from views/examples/combobox_example.h
|
| rename to ui/views/examples/combobox_example.h
|
| index 0e50d6b5ba02a5ba986245f70d736663c6dbf4ed..757fe3d6dfb998f4ed3bd59a7fdb8e1ca61ecb40 100644
|
| --- a/views/examples/combobox_example.h
|
| +++ b/ui/views/examples/combobox_example.h
|
| @@ -2,13 +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_COMBOBOX_EXAMPLE_H_
|
| -#define VIEWS_EXAMPLES_COMBOBOX_EXAMPLE_H_
|
| +#ifndef UI_VIEWS_EXAMPLES_COMBOBOX_EXAMPLE_H_
|
| +#define UI_VIEWS_EXAMPLES_COMBOBOX_EXAMPLE_H_
|
| #pragma once
|
|
|
| +#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "ui/views/examples/example_base.h"
|
| #include "views/controls/combobox/combobox.h"
|
| -#include "views/examples/example_base.h"
|
| #include "views/layout/fill_layout.h"
|
|
|
| namespace examples {
|
| @@ -36,4 +37,4 @@ class ComboboxExample : public ExampleBase,
|
|
|
| } // namespace examples
|
|
|
| -#endif // VIEWS_EXAMPLES_COMBOBOX_EXAMPLE_H_
|
| +#endif // UI_VIEWS_EXAMPLES_COMBOBOX_EXAMPLE_H_
|
|
|