| Index: ui/views/controls/combobox/native_combobox_views.h
|
| diff --git a/views/controls/combobox/native_combobox_views.h b/ui/views/controls/combobox/native_combobox_views.h
|
| similarity index 92%
|
| rename from views/controls/combobox/native_combobox_views.h
|
| rename to ui/views/controls/combobox/native_combobox_views.h
|
| index 9a872595698c7c30333d040859ff0072737de4bd..571b70b807b536aeb3a97f41b2b43055ab222e69 100644
|
| --- a/views/controls/combobox/native_combobox_views.h
|
| +++ b/ui/views/controls/combobox/native_combobox_views.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_VIEWS_H_
|
| -#define VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_VIEWS_H_
|
| +#ifndef UI_VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_VIEWS_H_
|
| +#define UI_VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_VIEWS_H_
|
| #pragma once
|
|
|
| -#include "views/controls/combobox/native_combobox_wrapper.h"
|
| +#include "ui/views/controls/combobox/native_combobox_wrapper.h"
|
| #include "views/controls/menu/menu_delegate.h"
|
| #include "views/view.h"
|
|
|
| @@ -101,4 +101,4 @@ class NativeComboboxViews : public views::View,
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_VIEWS_H_
|
| +#endif // UI_VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_VIEWS_H_
|
|
|