| Index: chrome/app/theme/theme_resources.grd | 
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd | 
| index 01723b765bca23179f5e770274de5869025e5c32..7de3aefc1608f1fca4995ec0268ced48387e7c5d 100644 | 
| --- a/chrome/app/theme/theme_resources.grd | 
| +++ b/chrome/app/theme/theme_resources.grd | 
| @@ -338,7 +338,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" /> | 
|  |