| 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
|
|
|
|
|