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

Unified Diff: ui/gfx/render_text.h

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « tools/valgrind/valgrind_test.py ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/render_text.h
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h
index 6361ea812ba2224867538e07cce8e3efc7f8d6ac..af2700d83158042dbd83f81403bb70bfe7ba60c0 100644
--- a/ui/gfx/render_text.h
+++ b/ui/gfx/render_text.h
@@ -498,7 +498,7 @@ class GFX_EXPORT RenderText {
RenderText();
// NOTE: The value of these accessors may be stale. Please make sure
- // that these fields are up-to-date before accessing them.
+ // that these fields are up to date before accessing them.
const base::string16& layout_text() const { return layout_text_; }
const base::string16& display_text() const { return display_text_; }
bool text_elided() const { return text_elided_; }
« no previous file with comments | « tools/valgrind/valgrind_test.py ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698