• ricea's avatar
    Use correct IntToString variants in //chrome · 95212c13
    ricea authored
    Using IntToString() with a type larger than an int can lead to
    unexpected truncation. Similarly, using it with an unsigned value can
    lead to undesirable results.
    
    Use the appropriate IntToString() variant for the type of the integer
    being converted.
    
    BUG=505479
    TEST=compiled
    
    Review URL: https://codereview.chromium.org/1358513003
    
    Cr-Commit-Position: refs/heads/master@{#349846}
    95212c13
ephemeral_app_service_unittest.cc 9.57 KB