Fix NQE (NetworkQualityEstimator) tests.
PercentileSameTimestamps has been failing on Valgrind
because of small differences in the timestamps (that were
being compared).
TestLRUCacheMaximumSize had been failing on Windows
because multiple networks will have the same timestamp.
So, networks added earlier may remain the cache while the
networks added later may get evicted (because both of them
have the same timestamp). This was causing the test
to fail.
BUG=513910, 510689
Review URL: https://codereview.chromium.org/
1259833002
Cr-Commit-Position: refs/heads/master@{#340713}