Index: ui/views/controls/combobox/native_combobox_win.h |
diff --git a/views/controls/combobox/native_combobox_win.h b/ui/views/controls/combobox/native_combobox_win.h |
similarity index 87% |
rename from views/controls/combobox/native_combobox_win.h |
rename to ui/views/controls/combobox/native_combobox_win.h |
index 640d3e17a5ce2f57ce0e83de306dd411b481a8fd..ee22cee10019f74121e7aca437d1dc682bf2e730 100644 |
--- a/views/controls/combobox/native_combobox_win.h |
+++ b/ui/views/controls/combobox/native_combobox_win.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_WIN_H_ |
-#define VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_WIN_H_ |
+#ifndef UI_VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_WIN_H_ |
+#define UI_VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_WIN_H_ |
#pragma once |
-#include "views/controls/combobox/native_combobox_wrapper.h" |
+#include "ui/views/controls/combobox/native_combobox_wrapper.h" |
#include "views/controls/native_control_win.h" |
namespace views { |
@@ -55,4 +55,4 @@ class NativeComboboxWin : public NativeControlWin, |
} // namespace views |
-#endif // VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_WIN_H_ |
+#endif // UI_VIEWS_CONTROLS_COMBOBOX_NATIVE_COMBOBOX_WIN_H_ |