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

Unified Diff: content/browser/media/capture/web_contents_video_capture_device_unittest.cc

Issue 1957523004: Rename gfx::test::TestScreen to display::test::TestScreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/test/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
index 13367a32cbe02952ecc2e24fb4539c53eec6f3e4..1babd42075a98aa3dcb9468f86797a023eef19ac 100644
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
@@ -44,9 +44,9 @@
#include "ui/base/layout.h"
#include "ui/display/display.h"
#include "ui/display/screen.h"
+#include "ui/display/test/test_screen.h"
#include "ui/gfx/geometry/dip_util.h"
#include "ui/gfx/geometry/size_conversions.h"
-#include "ui/gfx/test/test_screen.h"
namespace content {
namespace {
@@ -767,7 +767,7 @@ class MAYBE_WebContentsVideoCaptureDeviceTest : public testing::Test {
}
private:
- gfx::test::TestScreen test_screen_;
+ display::test::TestScreen test_screen_;
StubClientObserver client_observer_;
« no previous file with comments | « chrome/test/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698