Index: content/public/browser/desktop_media_id.cc |
diff --git a/content/public/browser/desktop_media_id.cc b/content/public/browser/desktop_media_id.cc |
index 63c2cbf3c61f6a74824511d2544e4bca809c535e..8e74dcc866c3f4ed41addea3fa3b27848a3e2782 100644 |
--- a/content/public/browser/desktop_media_id.cc |
+++ b/content/public/browser/desktop_media_id.cc |
@@ -102,7 +102,7 @@ bool DesktopMediaID::operator<(const DesktopMediaID& other) const { |
std::tie(other.type, other.id, other.aura_id, other.web_contents_id); |
#else |
return std::tie(type, id, web_contents_id) < |
- std::tie(other.type, other.id, web_contents_id); |
+ std::tie(other.type, other.id, other.web_contents_id); |
#endif |
} |