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

Unified Diff: ui/views/focus/focus_traversal_unittest.cc

Issue 874663003: [gcc] Fix build failure caused by error: multi-line comment [-Werror=comment] in focus_traversal_un… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/focus/focus_traversal_unittest.cc
diff --git a/ui/views/focus/focus_traversal_unittest.cc b/ui/views/focus/focus_traversal_unittest.cc
index 9ca7b4523804b738234c783262a3764d619882bf..79e22efcb248309a2c9eafa1844d17b520365551 100644
--- a/ui/views/focus/focus_traversal_unittest.cc
+++ b/ui/views/focus/focus_traversal_unittest.cc
@@ -795,19 +795,19 @@ void FocusTraversalNonFocusableTest::InitContentView() {
// the x1-x3-x2 triangles, it will traverse the left sibling of x1, (x+1)0,
// twice, which means it will visit O(2^n) nodes.)
//
- // 0
- // / \
- // / \
- // 10 1
- // / \ / \
- // / \ / \
- // 20 11 2 3
- // / \ / \
- // / \ / \
- // ... 21 12 13
- // / \
- // / \
- // 22 23
+ // | 0 |
+ // | / \ |
+ // | / \ |
+ // | 10 1 |
+ // | / \ / \ |
+ // | / \ / \ |
+ // | 20 11 2 3 |
+ // | / \ / \ |
+ // | / \ / \ |
+ // | ... 21 12 13 |
+ // | / \ |
+ // | / \ |
+ // | 22 23 |
View* v = GetContentsView();
// Create 30 groups of 4 nodes. |v| is the top of each group.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698