| Index: components/sync/driver/sync_stopped_reporter.cc
 | 
| diff --git a/components/sync/driver/sync_stopped_reporter.cc b/components/sync/driver/sync_stopped_reporter.cc
 | 
| index ac846422d58ed86bc03dc6031a5d9ad208289e9c..344468d9e10c0b095cd0e44d13faefe079280232 100644
 | 
| --- a/components/sync/driver/sync_stopped_reporter.cc
 | 
| +++ b/components/sync/driver/sync_stopped_reporter.cc
 | 
| @@ -9,12 +9,9 @@
 | 
|  #include "base/single_thread_task_runner.h"
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "base/threading/thread_task_runner_handle.h"
 | 
| -#include "base/timer/timer.h"
 | 
|  #include "components/sync/protocol/sync.pb.h"
 | 
|  #include "net/base/load_flags.h"
 | 
|  #include "net/http/http_status_code.h"
 | 
| -#include "net/url_request/url_fetcher.h"
 | 
| -#include "net/url_request/url_request_context_getter.h"
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| 
 |