Avoid warnings in NetworkQualityEstimatorTest.TestCaching
commit906741c85d7e7a5abcef3bedc9b0e31091afd365
authorfs <fs@opera.com>
Fri, 11 Sep 2015 13:02:17 +0000 (11 06:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 11 Sep 2015 13:03:04 +0000 (11 13:03 +0000)
tree5006bead5e480b7d000bf9e1e1c0422cf63c7eeb
parent35efe9a88b7f421116811f4d20a76991d66eadc0
Avoid warnings in NetworkQualityEstimatorTest.TestCaching

Gets rid of the following compilation errors:
../../net/base/network_quality_estimator_unittest.cc:465:118: error: expression with side effects has no effect in an unevaluated context [-Werror,-Wunevaluated-expression]
../../net/base/network_quality_estimator_unittest.cc:476:118: error: expression with side effects has no effect in an unevaluated context [-Werror,-Wunevaluated-expression]

Review URL: https://codereview.chromium.org/1335943002

Cr-Commit-Position: refs/heads/master@{#348384}
net/base/network_quality_estimator_unittest.cc