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

Unified Diff: components/mus/public/cpp/tests/window_server_shelltest_base.cc

Issue 1979323002: mus: Show USER_PRIVATE window container during views tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@widgetinteractive
Patch Set: rebase, fix linux 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 | « components/mus/mus_app.cc ('k') | components/mus/ws/window_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/tests/window_server_shelltest_base.cc
diff --git a/components/mus/public/cpp/tests/window_server_shelltest_base.cc b/components/mus/public/cpp/tests/window_server_shelltest_base.cc
index b232fcaf915cdeb9810f53bdd31d03381d28eec4..de933ab17660f6ebedf887ee040fa3cb0744ce83 100644
--- a/components/mus/public/cpp/tests/window_server_shelltest_base.cc
+++ b/components/mus/public/cpp/tests/window_server_shelltest_base.cc
@@ -9,7 +9,7 @@
#include "base/command_line.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
-#include "components/mus/common/args.h"
+#include "components/mus/common/switches.h"
#include "services/shell/public/cpp/shell_client.h"
#include "services/shell/public/cpp/shell_test.h"
#include "ui/gl/gl_switches.h"
@@ -47,8 +47,8 @@ void EnsureCommandLineSwitch(const std::string& name) {
WindowServerShellTestBase::WindowServerShellTestBase()
: ShellTest(kTestAppName) {
- EnsureCommandLineSwitch(kUseTestConfig);
- EnsureCommandLineSwitch(switches::kOverrideUseGLWithOSMesaForTests);
+ EnsureCommandLineSwitch(switches::kUseTestConfig);
+ EnsureCommandLineSwitch(::switches::kOverrideUseGLWithOSMesaForTests);
}
WindowServerShellTestBase::~WindowServerShellTestBase() {}
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698