Skip to content

Commit

Permalink
[ads] General code health
Browse files Browse the repository at this point in the history
  • Loading branch information
tmancey committed Jan 15, 2025
1 parent 1fe997e commit b090dcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class CreativeAdMojomWebPageEntitiesConstructor final {
const std::string& name,
T value) {
if (!base::Contains(excluded_property_names_, name)) {
AddMojomProperty<T>(mojom_properties, name, value);
AddMojomProperty<T>(mojom_properties, name, std::move(value));
}
}

Expand Down

0 comments on commit b090dcd

Please sign in to comment.