Gave three constants in feature_engagement unique names
In jumbo builds many cc files compile in the same translation unit and then they all share the same anonymous namespace. If two or more variables have the same name, they will cause compilation errors and that happened with the three kDefaultPromoShowTimeInHour constants. As a preparatory patch to jumbo in chrome/browser this renames those by adding a relevant prefix to each of them. Bug: 746957 Change-Id: If17d8103a6916c14b493e203e445208bb1b1b2d6 Reviewed-on: https://chromium-review.googlesource.com/893273Reviewed-by:David Trainor <dtrainor@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#533728}
Showing
Please register or sign in to comment