Index: ui/display/win/display_info.cc |
diff --git a/ui/gfx/win/display_info.cc b/ui/display/win/display_info.cc |
similarity index 95% |
rename from ui/gfx/win/display_info.cc |
rename to ui/display/win/display_info.cc |
index 1a99ed60cadf16c4ccfc1c2f3a74e9a1a0b399fa..1b78fb7266d6776b0efc50f79f13afe217c1fc2a 100644 |
--- a/ui/gfx/win/display_info.cc |
+++ b/ui/display/win/display_info.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/gfx/win/display_info.h" |
+#include "ui/display/win/display_info.h" |
#include "base/hash.h" |
#include "base/strings/utf_string_conversions.h" |
@@ -33,7 +33,7 @@ gfx::Display::Rotation GetRotationForDevice(const wchar_t* device_name) { |
} // namespace |
-namespace gfx { |
+namespace display { |
namespace win { |
DisplayInfo::DisplayInfo(const MONITORINFOEX& monitor_info, |
@@ -57,4 +57,4 @@ int64_t DisplayInfo::DeviceIdFromDeviceName(const wchar_t* device_name) { |
} |
} // namespace win |
-} // namespace gfx |
+} // namespace display |