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

Unified Diff: ui/views/controls/label.h

Issue 2486963003: views::Label: Enable text selection related tests on Mac. (Closed)
Patch Set: Cleanup. Created 4 years, 1 month 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 | ui/views/controls/label_unittest.cc » ('j') | ui/views/controls/label_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/label.h
diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h
index df1414c3569854a61f5fa115e09055d80f639347..450716ac1088b97707898e3849536fd4d1b3916b 100644
--- a/ui/views/controls/label.h
+++ b/ui/views/controls/label.h
@@ -13,7 +13,7 @@
#include "ui/views/view.h"
namespace views {
-class LabelTest;
+class LabelSelectionTest;
class SelectionController;
// A view subclass that can display a string.
@@ -216,7 +216,7 @@ class VIEWS_EXPORT Label : public View, public SelectionControllerDelegate {
FRIEND_TEST_ALL_PREFIXES(LabelTest, EmptyLabel);
FRIEND_TEST_ALL_PREFIXES(LabelTest, FocusBounds);
FRIEND_TEST_ALL_PREFIXES(LabelTest, MultiLineSizingWithElide);
- friend class LabelTest;
+ friend class LabelSelectionTest;
// SelectionControllerDelegate overrides:
gfx::RenderText* GetRenderTextForSelectionController() override;
« no previous file with comments | « no previous file | ui/views/controls/label_unittest.cc » ('j') | ui/views/controls/label_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698