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

Unified Diff: ash/wm/custom_frame_view_ash_unittest.cc

Issue 189463013: [Refactor] Move code for painting the window header for browser windows out of ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/wm/custom_frame_view_ash_unittest.cc
diff --git a/ash/wm/custom_frame_view_ash_unittest.cc b/ash/wm/custom_frame_view_ash_unittest.cc
index 97d37f19e60ac4617c0ed2c95264bda235a62b87..5246915d264af960cda6a3f546b016d7c7673de1 100644
--- a/ash/wm/custom_frame_view_ash_unittest.cc
+++ b/ash/wm/custom_frame_view_ash_unittest.cc
@@ -64,7 +64,7 @@ TEST_F(CustomFrameViewAshTest, HeaderHeight) {
rb.GetImageSkiaNamed(IDR_AURA_WINDOW_CONTROL_BACKGROUND_H);
// |kSeparatorSize| should match |kHeaderContentSeparatorSize| in
- // header_painter.cc
+ // default_header_painter.cc
// TODO(pkotwicz): Clean this test up once the separator overlays the window
// controls.
const int kSeparatorSize = 1;

Powered by Google App Engine
This is Rietveld 408576698