Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: ash/frame/caption_buttons/frame_size_button.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698