| 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
|
|
|