| Index: ash/frame/caption_buttons/frame_size_button_delegate.h
|
| diff --git a/ash/common/frame/caption_buttons/frame_size_button_delegate.h b/ash/frame/caption_buttons/frame_size_button_delegate.h
|
| similarity index 84%
|
| rename from ash/common/frame/caption_buttons/frame_size_button_delegate.h
|
| rename to ash/frame/caption_buttons/frame_size_button_delegate.h
|
| index 026436ac294458451d60834ebd85f0d9da793c30..87ee68845dcb7f640c427a10e16426e47a77c054 100644
|
| --- a/ash/common/frame/caption_buttons/frame_size_button_delegate.h
|
| +++ b/ash/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_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| -#define ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| +#ifndef ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| +#define ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/frame/caption_buttons/caption_button_types.h"
|
| +#include "ash/frame/caption_buttons/caption_button_types.h"
|
|
|
| namespace gfx {
|
| class Point;
|
| @@ -50,4 +50,4 @@ class ASH_EXPORT FrameSizeButtonDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
| +#endif // ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_DELEGATE_H_
|
|
|