| Index: ui/views/controls/native_control_gtk.h
|
| diff --git a/views/controls/native_control_gtk.h b/ui/views/controls/native_control_gtk.h
|
| similarity index 91%
|
| rename from views/controls/native_control_gtk.h
|
| rename to ui/views/controls/native_control_gtk.h
|
| index 9dc88f0e34951262d3ab850fc3bd28b5fc0d594e..a72c943f7e35bbd1cc07342d5d29e3d9b059b86a 100644
|
| --- a/views/controls/native_control_gtk.h
|
| +++ b/ui/views/controls/native_control_gtk.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_CONTROLS_NATIVE_CONTROL_GTK_H_
|
| -#define VIEWS_CONTROLS_NATIVE_CONTROL_GTK_H_
|
| +#ifndef UI_VIEWS_CONTROLS_NATIVE_CONTROL_GTK_H_
|
| +#define UI_VIEWS_CONTROLS_NATIVE_CONTROL_GTK_H_
|
| #pragma once
|
|
|
| #include <gtk/gtk.h>
|
| @@ -49,4 +49,4 @@ class NativeControlGtk : public NativeViewHost {
|
|
|
| } // namespace views
|
|
|
| -#endif // #ifndef VIEWS_CONTROLS_NATIVE_CONTROL_GTK_H_
|
| +#endif // UI_VIEWS_CONTROLS_NATIVE_CONTROL_GTK_H_
|
|
|