Index: ash/frame/caption_buttons/frame_caption_button.h |
diff --git a/ash/common/frame/caption_buttons/frame_caption_button.h b/ash/frame/caption_buttons/frame_caption_button.h |
similarity index 91% |
rename from ash/common/frame/caption_buttons/frame_caption_button.h |
rename to ash/frame/caption_buttons/frame_caption_button.h |
index 8b6df285b534eeb44c82a17b119ee615cb0d75eb..0d296a84af0d66c4ba0df95abe0e9a9afc64d9c9 100644 |
--- a/ash/common/frame/caption_buttons/frame_caption_button.h |
+++ b/ash/frame/caption_buttons/frame_caption_button.h |
@@ -2,13 +2,13 @@ |
// 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_CAPTION_BUTTON_H_ |
-#define ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_H_ |
+#ifndef ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_H_ |
+#define ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_H_ |
#include <memory> |
#include "ash/ash_export.h" |
-#include "ash/common/frame/caption_buttons/caption_button_types.h" |
+#include "ash/frame/caption_buttons/caption_button_types.h" |
#include "base/macros.h" |
#include "ui/gfx/image/image_skia.h" |
#include "ui/views/controls/button/custom_button.h" |
@@ -103,4 +103,4 @@ class ASH_EXPORT FrameCaptionButton : public views::CustomButton { |
} // namespace ash |
-#endif // ASH_COMMON_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_H_ |
+#endif // ASH_FRAME_CAPTION_BUTTONS_FRAME_CAPTION_BUTTON_H_ |