| Index: components/sync/core/http_bridge.cc
|
| diff --git a/components/sync/core/http_bridge.cc b/components/sync/core/http_bridge.cc
|
| index 4a7ad59222138628fb4953aadbc6571a51154502..1b869c46307eb5abdb7393a3309a75ba94d08e3e 100644
|
| --- a/components/sync/core/http_bridge.cc
|
| +++ b/components/sync/core/http_bridge.cc
|
| @@ -5,7 +5,6 @@
|
| #include "components/sync/core/http_bridge.h"
|
|
|
| #include <stddef.h>
|
| -#include <stdint.h>
|
|
|
| #include <vector>
|
|
|
| @@ -26,7 +25,6 @@
|
| #include "net/http/http_response_headers.h"
|
| #include "net/url_request/static_http_user_agent_settings.h"
|
| #include "net/url_request/url_fetcher.h"
|
| -#include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_job_factory_impl.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
|
|