| Index: components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc b/components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc
|
| index 89ebe7f556d3f58d0e93955dfea3ed71f5040c93..2d1cf5cdf506dad2deb6b50575975ae321c0ffc4 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc
|
| @@ -28,7 +28,7 @@ class ProximityAuthCryptAuthApiCallFlowTest
|
| new base::TestSimpleTaskRunner())),
|
| flow_(GURL(kRequestUrl)) {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| // The TestURLFetcherFactory will override the global URLFetcherFactory for
|
| // the entire test.
|
| url_fetcher_factory_.reset(new net::TestURLFetcherFactory());
|
|
|