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_delegate.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_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_
« no previous file with comments | « ash/frame/caption_buttons/frame_size_button.cc ('k') | ash/frame/caption_buttons/frame_size_button_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698