| Index: chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc
 | 
| diff --git a/chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc b/chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc
 | 
| index 8ff6be80733199a9950fc6ff83a0e331a990bd17..ac38fecaadf2a0d3109e3fa78ac4ff96b40baea9 100644
 | 
| --- a/chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc
 | 
| +++ b/chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc
 | 
| @@ -23,11 +23,7 @@
 | 
|  namespace {
 | 
|  
 | 
|  bool HasIcon(const ContentSettingImageModel& model) {
 | 
| -#if defined(OS_MACOSX)
 | 
| -  return !model.icon().IsEmpty();
 | 
| -#else
 | 
|    return !model.GetIcon(gfx::kPlaceholderColor).IsEmpty();
 | 
| -#endif
 | 
|  }
 | 
|  
 | 
|  // Forward all NOTIFICATION_WEB_CONTENT_SETTINGS_CHANGED to the specified
 | 
| 
 |