| Index: components/update_client/test_configurator.h
|
| diff --git a/components/update_client/test_configurator.h b/components/update_client/test_configurator.h
|
| index 2375489ce5d55ef0ee6fac97781b96335eee3e38..74ecad8173a4f0c08696c2afb0878af3d74b260d 100644
|
| --- a/components/update_client/test_configurator.h
|
| +++ b/components/update_client/test_configurator.h
|
| @@ -14,15 +14,20 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "components/update_client/configurator.h"
|
| -#include "net/url_request/url_request_test_util.h"
|
| +#include "url/gurl.h"
|
|
|
| -class GURL;
|
| class PrefService;
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| +class SingleThreadTaskRunner;
|
| } // namespace base
|
|
|
| +namespace net {
|
| +class TestURLRequestContextGetter;
|
| +class URLRequestContextGetter;
|
| +} // namespace net
|
| +
|
| namespace update_client {
|
|
|
| #define POST_INTERCEPT_SCHEME "https"
|
|
|