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

Unified Diff: chrome/browser/metro_utils/metro_chrome_win.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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: chrome/browser/metro_utils/metro_chrome_win.h
diff --git a/chrome/browser/metro_utils/metro_chrome_win.h b/chrome/browser/metro_utils/metro_chrome_win.h
index 9f96a38151e15c991be6e844ee6702ae07a729f3..c3906209daca04984aedd06e4ed2f253ff1ad7c1 100644
--- a/chrome/browser/metro_utils/metro_chrome_win.h
+++ b/chrome/browser/metro_utils/metro_chrome_win.h
@@ -22,7 +22,7 @@ enum Win8Environment {
WIN_8_ENVIRONMENT_MAX
};
-Win8Environment GetWin8Environment(HostDesktopType desktop);
+Win8Environment GetWin8Environment(ui::HostDesktopType desktop);
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698