Index: chrome/browser/tab_contents/navigation_metrics_recorder.cc |
diff --git a/chrome/browser/tab_contents/navigation_metrics_recorder.cc b/chrome/browser/tab_contents/navigation_metrics_recorder.cc |
index adcbf94e570c07ce790390303727763efe2ba39e..d6b0011ba4572eb6cc68fa08c5ef24813b3e1cd4 100644 |
--- a/chrome/browser/tab_contents/navigation_metrics_recorder.cc |
+++ b/chrome/browser/tab_contents/navigation_metrics_recorder.cc |
@@ -57,7 +57,7 @@ void NavigationMetricsRecorder::DidStartLoading() { |
if (rwhv) { |
gfx::NativeView native_view = rwhv->GetNativeView(); |
if (native_view) { |
- chrome::HostDesktopType desktop = |
+ ui::HostDesktopType desktop = |
chrome::GetHostDesktopTypeForNativeView(native_view); |
UMA_HISTOGRAM_ENUMERATION("Win8.PageLoad", |
chrome::GetWin8Environment(desktop), |