| Index: ash/frame/caption_buttons/frame_size_button.h
|
| diff --git a/ash/common/frame/caption_buttons/frame_size_button.h b/ash/frame/caption_buttons/frame_size_button.h
|
| similarity index 92%
|
| rename from ash/common/frame/caption_buttons/frame_size_button.h
|
| rename to ash/frame/caption_buttons/frame_size_button.h
|
| index 0ab4dcf0a2274dea815083546cf4ce9ec3c5c21a..bebca5af12dfd299ede6d4ea3d97621bff2d0639 100644
|
| --- a/ash/common/frame/caption_buttons/frame_size_button.h
|
| +++ b/ash/frame/caption_buttons/frame_size_button.h
|
| @@ -2,14 +2,14 @@
|
| // 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_H_
|
| -#define ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_H_
|
| +#ifndef ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_H_
|
| +#define ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_H_
|
|
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/frame/caption_buttons/frame_caption_button.h"
|
| -#include "ash/common/frame/caption_buttons/frame_size_button_delegate.h"
|
| +#include "ash/frame/caption_buttons/frame_caption_button.h"
|
| +#include "ash/frame/caption_buttons/frame_size_button_delegate.h"
|
| #include "base/macros.h"
|
| #include "base/timer/timer.h"
|
|
|
| @@ -117,4 +117,4 @@ class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_H_
|
| +#endif // ASH_FRAME_CAPTION_BUTTONS_FRAME_SIZE_BUTTON_H_
|
|
|