| Index: google_apis/gaia/gaia_oauth_client_unittest.cc
|
| diff --git a/google_apis/gaia/gaia_oauth_client_unittest.cc b/google_apis/gaia/gaia_oauth_client_unittest.cc
|
| index 190f714e65c40b289b54b16a91afb64ad2043019..403426fcc9e3ee6e3fb07aafd5a4e9a44c0670a3 100644
|
| --- a/google_apis/gaia/gaia_oauth_client_unittest.cc
|
| +++ b/google_apis/gaia/gaia_oauth_client_unittest.cc
|
| @@ -15,6 +15,7 @@
|
| #include "google_apis/gaia/gaia_oauth_client.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_status_code.h"
|
| +#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_request_status.h"
|
| @@ -94,7 +95,8 @@ class MockOAuthFetcherFactory : public net::URLFetcherFactory,
|
| int id,
|
| const GURL& url,
|
| net::URLFetcher::RequestType request_type,
|
| - net::URLFetcherDelegate* d) override {
|
| + net::URLFetcherDelegate* d,
|
| + net::NetworkTrafficAnnotationTag traffic_annotation) override {
|
| url_fetcher_ = new MockOAuthFetcher(
|
| response_code_,
|
| max_failure_count_,
|
|
|