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

Unified Diff: ash/test/ash_test_base.h

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 4aaccacb95fa89ce842b1613489115bcfd30c069..70318d896c7d75e29f4ce860fa936a5913587473 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -17,7 +17,7 @@
#include "content/public/test/test_browser_thread_bundle.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColor.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/wm/public/window_types.h"
#if defined(OS_WIN)
@@ -105,10 +105,10 @@ class AshTestBase : public testing::Test {
};
// Returns the rotation currentl active for the display |id|.
- static gfx::Display::Rotation GetActiveDisplayRotation(int64_t id);
+ static display::Display::Rotation GetActiveDisplayRotation(int64_t id);
// Returns the rotation currently active for the internal display.
- static gfx::Display::Rotation GetCurrentInternalDisplayRotation();
+ static display::Display::Rotation GetCurrentInternalDisplayRotation();
// Proxy to AshTestHelper::SupportsMultipleDisplays().
static bool SupportsMultipleDisplays();
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698