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

Unified Diff: ash/display/screen_ash_unittest.cc

Issue 1608053002: Remove now-unnecessary wrappers around gfx::Screen::GetScreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-5
Patch Set: . Created 4 years, 11 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
Index: ash/display/screen_ash_unittest.cc
diff --git a/ash/display/screen_ash_unittest.cc b/ash/display/screen_ash_unittest.cc
index 798b5e6a048d951d804a166a6dbb4da6f6f05944..a3d4219c5467c4b8ed0dc99d528169d2df058e29 100644
--- a/ash/display/screen_ash_unittest.cc
+++ b/ash/display/screen_ash_unittest.cc
@@ -15,7 +15,7 @@ class ScreenAshTest : public test::AshTestBase {
ScreenAshTest() {}
~ScreenAshTest() override {}
- static gfx::Screen* Screen() { return Shell::GetScreen(); }
+ static gfx::Screen* Screen() { return gfx::Screen::GetScreen(); }
sky 2016/01/20 04:44:26 Nuke this too.
scottmg 2016/01/26 20:46:35 Done.
private:
DISALLOW_COPY_AND_ASSIGN(ScreenAshTest);

Powered by Google App Engine
This is Rietveld 408576698