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

Unified Diff: ui/ozone/common/display_mode_proxy.cc

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « ui/ozone/common/display_mode_proxy.h ('k') | ui/ozone/common/display_snapshot_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/common/display_mode_proxy.cc
diff --git a/ui/ozone/common/display_mode_proxy.cc b/ui/ozone/common/display_mode_proxy.cc
index 0775c00d332db512e86a1e05074a1419cb510c3d..e1f34470255670d3026254e749142ce3a818b20e 100644
--- a/ui/ozone/common/display_mode_proxy.cc
+++ b/ui/ozone/common/display_mode_proxy.cc
@@ -22,7 +22,7 @@ DisplayModeProxy::DisplayModeProxy(const gfx::Size& size,
DisplayModeProxy::~DisplayModeProxy() {
}
-std::unique_ptr<DisplayMode> DisplayModeProxy::Clone() const {
+std::unique_ptr<display::DisplayMode> DisplayModeProxy::Clone() const {
return base::WrapUnique(
new DisplayModeProxy(size(), is_interlaced(), refresh_rate()));
}
« no previous file with comments | « ui/ozone/common/display_mode_proxy.h ('k') | ui/ozone/common/display_snapshot_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698