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

Unified Diff: ui/display/win/display_info.cc

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added is_chromeos guard Created 4 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698