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

Unified Diff: ash/common/frame/default_header_painter.h

Issue 2215223003: Moves most frame related classes to ash/common/frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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/common/frame/default_header_painter.h
diff --git a/ash/frame/default_header_painter.h b/ash/common/frame/default_header_painter.h
similarity index 94%
rename from ash/frame/default_header_painter.h
rename to ash/common/frame/default_header_painter.h
index dd565513ae18e201ccdd56d10ac92c19bf70bf50..d9ea50c944aeb3d25c971d270d0690fc4d9b5400 100644
--- a/ash/frame/default_header_painter.h
+++ b/ash/common/frame/default_header_painter.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_FRAME_DEFAULT_HEADER_PAINTER_H_
-#define ASH_FRAME_DEFAULT_HEADER_PAINTER_H_
+#ifndef ASH_COMMON_FRAME_DEFAULT_HEADER_PAINTER_H_
+#define ASH_COMMON_FRAME_DEFAULT_HEADER_PAINTER_H_
#include <memory>
#include "ash/ash_export.h"
-#include "ash/frame/header_painter.h"
+#include "ash/common/frame/header_painter.h"
#include "base/compiler_specific.h" // override
#include "base/gtest_prod_util.h"
#include "base/macros.h"
@@ -117,4 +117,4 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter,
} // namespace ash
-#endif // ASH_FRAME_DEFAULT_HEADER_PAINTER_H_
+#endif // ASH_COMMON_FRAME_DEFAULT_HEADER_PAINTER_H_
« no previous file with comments | « ash/common/frame/caption_buttons/frame_size_button_delegate.h ('k') | ash/common/frame/default_header_painter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698