| Index: content/public/common/screen_info.cc
 | 
| diff --git a/content/public/common/screen_info.cc b/content/public/common/screen_info.cc
 | 
| index acd02a042b1a904d057364ffad1c727beecb963a..1f570a90a19e2394d9e97f679309668ea8ccbfb8 100644
 | 
| --- a/content/public/common/screen_info.cc
 | 
| +++ b/content/public/common/screen_info.cc
 | 
| @@ -6,13 +6,8 @@
 | 
|  
 | 
|  namespace content {
 | 
|  
 | 
| -ScreenInfo::ScreenInfo() = default;
 | 
| -ScreenInfo::ScreenInfo(const ScreenInfo& other) = default;
 | 
| -ScreenInfo::~ScreenInfo() = default;
 | 
| -
 | 
|  bool ScreenInfo::operator==(const ScreenInfo& other) const {
 | 
|    return device_scale_factor == other.device_scale_factor &&
 | 
| -         icc_profile == other.icc_profile &&
 | 
|           depth == other.depth &&
 | 
|           depth_per_component == other.depth_per_component &&
 | 
|           is_monochrome == other.is_monochrome &&
 | 
| 
 |