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

Unified Diff: chrome/browser/ui/views/theme_image_mapper.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/ui/views/theme_image_mapper.h
diff --git a/chrome/browser/ui/views/theme_image_mapper.h b/chrome/browser/ui/views/theme_image_mapper.h
index 0d421e209012b037dd9af8553ae3e2b4b61a9621..47ef71142319be6b750da81f2694c664f036fb91 100644
--- a/chrome/browser/ui/views/theme_image_mapper.h
+++ b/chrome/browser/ui/views/theme_image_mapper.h
@@ -10,8 +10,8 @@
namespace chrome {
// Maps the specified resource id to the appropriate one based on the supplied
-// HostDesktopType.
-int MapThemeImage(HostDesktopType desktop_type, int resource);
+// ui::HostDesktopType.
+int MapThemeImage(ui::HostDesktopType desktop_type, int resource);
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698