| Index: chrome/app/theme/theme_resources.grd | 
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd | 
| index 3cb6184c72387036eb7d9f271fecdf34e10a3ecf..86482dfebcadc3a21f4a508db8cffd9b0efef81d 100644 | 
| --- a/chrome/app/theme/theme_resources.grd | 
| +++ b/chrome/app/theme/theme_resources.grd | 
| @@ -337,7 +337,9 @@ | 
| <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_BUTTON_ERROR" file="common/avatar_button_auth_error.png" /> | 
| <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_BROWSE_GUEST" file="common/icon_browse_as_guest.png" /> | 
| <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_CHILD" file="common/icon_child.png" /> | 
| -        <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMERA" file="common/edit_camera.png" /> | 
| +        <if expr="is_macosx"> | 
| +          <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMERA" file="common/edit_camera.png" /> | 
| +        </if> | 
| <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_HOVER" file="common/edit_button_hover.png" /> | 
| <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESSED" file="common/edit_button_pressed.png" /> | 
| <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_LOCKED" file="common/icon_locked.png" /> | 
|  |