Index: ui/gfx/render_text_win.h |
diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h |
index 620ef092dff98fd2175427ab390b253aa3057198..e9794520e04df7e6615b4c4ba6f4057d804af657 100644 |
--- a/ui/gfx/render_text_win.h |
+++ b/ui/gfx/render_text_win.h |
@@ -86,6 +86,7 @@ class RenderTextWin : public RenderText { |
virtual void DrawVisualText(Canvas* canvas) OVERRIDE; |
private: |
+ FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Win_BreakRunsByUnicodeBlocks); |
FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Win_LogicalClusters); |
void ItemizeLogicalText(); |