| Index: components/signin/core/browser/refresh_token_annotation_request.h
|
| diff --git a/components/signin/core/browser/refresh_token_annotation_request.h b/components/signin/core/browser/refresh_token_annotation_request.h
|
| index 483830bfea458e6948e10e337b5d669e5395e1fa..0f296feb2d78fd5d523513ebe5894284fc345a55 100644
|
| --- a/components/signin/core/browser/refresh_token_annotation_request.h
|
| +++ b/components/signin/core/browser/refresh_token_annotation_request.h
|
| @@ -59,6 +59,8 @@ class RefreshTokenAnnotationRequest : public base::NonThreadSafe,
|
| std::string CreateApiCallBody() override;
|
| void ProcessApiCallSuccess(const net::URLFetcher* source) override;
|
| void ProcessApiCallFailure(const net::URLFetcher* source) override;
|
| + net::PartialNetworkTrafficAnnotationTag GetNetworkTrafficAnnotationTag()
|
| + override;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(RefreshTokenAnnotationRequestTest, ShouldSendNow);
|
|
|