| Index: ash/common/frame/caption_buttons/frame_size_button_delegate.h
|
| diff --git a/ash/frame/caption_buttons/frame_size_button_delegate.h b/ash/common/frame/caption_buttons/frame_size_button_delegate.h
|
| similarity index 85%
|
| rename from ash/frame/caption_buttons/frame_size_button_delegate.h
|
| rename to ash/common/frame/caption_buttons/frame_size_button_delegate.h
|
| index 98f60149b8d5a54f33b3401ad0ebfcd7c00cb0cf..9aba5fc8bc12a4d496b86d6acb58d57b9a175aa4 100644
|
| --- a/ash/frame/caption_buttons/frame_size_button_delegate.h
|
| +++ b/ash/common/frame/caption_buttons/frame_size_button_delegate.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 ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| -#define ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| +#ifndef ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| +#define ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/frame/caption_buttons/caption_button_types.h"
|
| +#include "ash/common/frame/caption_buttons/caption_button_types.h"
|
|
|
| namespace gfx {
|
| class Insets;
|
| @@ -52,4 +52,4 @@ class ASH_EXPORT FrameSizeButtonDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| +#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
|
|