Index: content/browser/webui/web_ui_impl.cc |
diff --git a/content/browser/webui/web_ui_impl.cc b/content/browser/webui/web_ui_impl.cc |
index 72261c37ec46ff7d84751958fd54ab4c94e321c3..340a047b398418ad08c52c3310244b5d1c0487f0 100644 |
--- a/content/browser/webui/web_ui_impl.cc |
+++ b/content/browser/webui/web_ui_impl.cc |
@@ -98,7 +98,7 @@ WebContents* WebUIImpl::GetWebContents() const { |
return web_contents_; |
} |
-ui::ScaleFactor WebUIImpl::GetDeviceScaleFactor() const { |
+float WebUIImpl::GetDeviceScaleFactor() const { |
return GetScaleFactorForView(web_contents_->GetRenderWidgetHostView()); |
} |