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

Unified Diff: chrome/browser/manifest/manifest_icon_selector_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 | « no previous file | chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/manifest/manifest_icon_selector_unittest.cc
diff --git a/chrome/browser/manifest/manifest_icon_selector_unittest.cc b/chrome/browser/manifest/manifest_icon_selector_unittest.cc
index 8d2d3ce3a1b2142b5176ed0aa190aceb37cca854..b6c11fc93975363abfeca8a5b53b655edec3a50b 100644
--- a/chrome/browser/manifest/manifest_icon_selector_unittest.cc
+++ b/chrome/browser/manifest/manifest_icon_selector_unittest.cc
@@ -11,7 +11,7 @@
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/display/screen.h"
-#include "ui/gfx/test/test_screen.h"
+#include "ui/display/test/test_screen.h"
namespace {
const int DEFAULT_PREFERRED_ICON_SIZE = 48;
@@ -70,7 +70,7 @@ class ManifestIconSelectorTest : public testing::Test {
}
private:
- gfx::test::TestScreen test_screen_;
+ display::test::TestScreen test_screen_;
int preferred_icon_size_ = DEFAULT_PREFERRED_ICON_SIZE;
DISALLOW_COPY_AND_ASSIGN(ManifestIconSelectorTest);
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_browser_main_extra_parts_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698