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

Unified Diff: ui/views/widget/widget_interactive_uitest.cc

Issue 1978293003: Rename ViewTestSuite to ViewsTestSuite and put it in the proper file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@widgetinteractive
Patch Set: rebase Created 4 years, 7 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 | « ui/views/views_test_suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget_interactive_uitest.cc
diff --git a/ui/views/widget/widget_interactive_uitest.cc b/ui/views/widget/widget_interactive_uitest.cc
index 5451e24a6ccb15496f5baecd0a5b45b88b7a858c..f9262c42308a59b34e59c463b9f9bb284b4aff60 100644
--- a/ui/views/widget/widget_interactive_uitest.cc
+++ b/ui/views/widget/widget_interactive_uitest.cc
@@ -278,8 +278,8 @@ class WidgetTestInteractive : public WidgetTest {
~WidgetTestInteractive() override {}
void SetUp() override {
- // On mus these tests run as part of views::ViewTestSuite which already does
- // this initialization.
+ // On mus these tests run as part of views::ViewsTestSuite which already
+ // does this initialization.
if (!IsMus()) {
gfx::GLSurfaceTestSupport::InitializeOneOff();
ui::RegisterPathProvider();
@@ -1307,8 +1307,8 @@ class WidgetCaptureTest : public ViewsTestBase {
~WidgetCaptureTest() override {}
void SetUp() override {
- // On mus these tests run as part of views::ViewTestSuite which already does
- // this initialization.
+ // On mus these tests run as part of views::ViewsTestSuite which already
+ // does this initialization.
if (!IsMus()) {
gfx::GLSurfaceTestSupport::InitializeOneOff();
ui::RegisterPathProvider();
« no previous file with comments | « ui/views/views_test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698