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

Unified Diff: ui/display/manager/display_info_unittest.cc

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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
« ash/common/wm_shell.h ('K') | « ui/display/manager/display_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/display_info_unittest.cc
diff --git a/ash/common/display/display_info_unittest.cc b/ui/display/manager/display_info_unittest.cc
similarity index 98%
rename from ash/common/display/display_info_unittest.cc
rename to ui/display/manager/display_info_unittest.cc
index 96b46aa8a21291e7431501b61446d5580bb9cc0c..1e954a197b506dcfb020431941b142023dd2b2c4 100644
--- a/ash/common/display/display_info_unittest.cc
+++ b/ui/display/manager/display_info_unittest.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/display/display_info.h"
+#include "ui/display/manager/display_info.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace ash {
+namespace ui {
namespace {
std::string GetModeSizeInDIP(const gfx::Size& size,
@@ -144,4 +144,4 @@ TEST_F(DisplayInfoTest, InputDevicesTest) {
EXPECT_EQ(0u, copy_info.input_devices().size());
}
-} // namespace ash
+} // namespace ui
« ash/common/wm_shell.h ('K') | « ui/display/manager/display_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698