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

Unified Diff: ui/views/mus/clipboard_unittest.cc

Issue 2611773002: Removes code using mus client lib (Closed)
Patch Set: dont run on linux Created 3 years, 12 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/mus/BUILD.gn ('k') | ui/views/mus/drag_drop_client_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/clipboard_unittest.cc
diff --git a/ui/views/mus/clipboard_unittest.cc b/ui/views/mus/clipboard_unittest.cc
index b2825977525fb4699dede5bfb61c924d29822299..3c69dcddc0a973522e1b352523f34c3bb7a30b14 100644
--- a/ui/views/mus/clipboard_unittest.cc
+++ b/ui/views/mus/clipboard_unittest.cc
@@ -7,7 +7,7 @@
#include "base/message_loop/message_loop.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/platform/platform_event_source.h"
-#include "ui/views/mus/window_manager_connection.h"
+#include "ui/views/mus/mus_client.h"
#include "ui/views/test/scoped_views_test_helper.h"
namespace ui {
@@ -24,7 +24,7 @@ class ForwardingTestingClipboard : public ui::Clipboard {
clipboard_to_test_(Clipboard::GetForCurrentThread()) {
// If we don't have a window manager connection, we will get the default
// platform clipboard instead.
- EXPECT_TRUE(views::WindowManagerConnection::Exists());
+ EXPECT_TRUE(views::MusClient::Exists());
}
~ForwardingTestingClipboard() override {
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/drag_drop_client_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698