Index: content/renderer/media/user_media_client_impl.cc |
diff --git a/content/renderer/media/user_media_client_impl.cc b/content/renderer/media/user_media_client_impl.cc |
index 771ed274a147638e3a8f74e7ed8914c47c76a900..4daf42ae38e6adf3164cb5ca5de09992becb3dd0 100644 |
--- a/content/renderer/media/user_media_client_impl.cc |
+++ b/content/renderer/media/user_media_client_impl.cc |
@@ -45,7 +45,7 @@ namespace { |
void CopyFirstString(const blink::StringConstraint& constraint, |
std::string* destination) { |
- if (!constraint.exact().isEmpty()) |
+ if (!constraint.exact().empty()) |
*destination = constraint.exact()[0].utf8(); |
} |