| Index: ui/views/controls/resize_area.h
|
| diff --git a/views/controls/resize_area.h b/ui/views/controls/resize_area.h
|
| similarity index 92%
|
| rename from views/controls/resize_area.h
|
| rename to ui/views/controls/resize_area.h
|
| index 3f06a1e0b45b9c9baf8d7daaf4cc4cd3db200a96..1cebd9d5074a85e292ed3896e7044367fe54e4a7 100644
|
| --- a/views/controls/resize_area.h
|
| +++ b/ui/views/controls/resize_area.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_RESIZE_AREA_H_
|
| -#define VIEWS_CONTROLS_RESIZE_AREA_H_
|
| +#ifndef UI_VIEWS_CONTROLS_RESIZE_AREA_H_
|
| +#define UI_VIEWS_CONTROLS_RESIZE_AREA_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -51,4 +51,4 @@ class VIEWS_EXPORT ResizeArea : public View {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_CONTROLS_RESIZE_AREA_H_
|
| +#endif // UI_VIEWS_CONTROLS_RESIZE_AREA_H_
|
|
|