Index: ui/gfx/render_text.h |
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
index fe70f4761beed7b7117b96605d9803a41d8906e3..7b19497da20a787d987462815d4a904259b7a7fb 100644 |
--- a/ui/gfx/render_text.h |
+++ b/ui/gfx/render_text.h |
@@ -615,6 +615,7 @@ class GFX_EXPORT RenderText { |
private: |
friend class RenderTextTest; |
+ FRIEND_TEST_ALL_PREFIXES(RenderTextTest, AppendText); |
msw
2015/03/24 01:47:16
Does this test actually use anything protected or
dschuyler
2015/03/24 19:37:08
Yeah, the style arrays for the expect calls.
|
FRIEND_TEST_ALL_PREFIXES(RenderTextTest, DefaultStyles); |
FRIEND_TEST_ALL_PREFIXES(RenderTextTest, SetStyles); |
FRIEND_TEST_ALL_PREFIXES(RenderTextTest, ApplyStyles); |