| Index: remoting/base/url_request.h
 | 
| diff --git a/remoting/base/url_request.h b/remoting/base/url_request.h
 | 
| index 704abece9bc9a6d6276ba2948eed2dc0bc593a91..0aba7f0d3d7a0339b9d7e6d6397b022f450e17a7 100644
 | 
| --- a/remoting/base/url_request.h
 | 
| +++ b/remoting/base/url_request.h
 | 
| @@ -9,6 +9,7 @@
 | 
|  #include <string>
 | 
|  
 | 
|  #include "base/callback_forward.h"
 | 
| +#include "net/traffic_annotation/network_traffic_annotation.h"
 | 
|  
 | 
|  namespace remoting {
 | 
|  
 | 
| @@ -61,7 +62,8 @@ class UrlRequestFactory {
 | 
|    virtual ~UrlRequestFactory() {}
 | 
|    virtual std::unique_ptr<UrlRequest> CreateUrlRequest(
 | 
|        UrlRequest::Type type,
 | 
| -      const std::string& url) = 0;
 | 
| +      const std::string& url,
 | 
| +      const net::NetworkTrafficAnnotationTag& traffic_annotation) = 0;
 | 
|  };
 | 
|  
 | 
|  }  // namespace remoting
 | 
| 
 |