| Index: ui/views/examples/example_combobox_model.h
|
| diff --git a/views/examples/example_combobox_model.h b/ui/views/examples/example_combobox_model.h
|
| similarity index 81%
|
| rename from views/examples/example_combobox_model.h
|
| rename to ui/views/examples/example_combobox_model.h
|
| index 281eada63bd9dfefaf1370f2ac0cb66fac854802..1a7582a8a5aa6308d6ea9755bb501343cf6af398 100644
|
| --- a/views/examples/example_combobox_model.h
|
| +++ b/ui/views/examples/example_combobox_model.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
|
| -#define VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
|
| +#ifndef UI_VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
|
| +#define UI_VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| @@ -29,4 +29,4 @@ class ExampleComboboxModel : public ui::ComboboxModel {
|
|
|
| } // namespace examples
|
|
|
| -#endif // VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
|
| +#endif // UI_VIEWS_EXAMPLES_EXAMPLE_COMBOBOX_MODEL_H_
|
|
|