| Index: components/sync/test/fake_server/tombstone_entity.cc
 | 
| diff --git a/components/sync/test/fake_server/tombstone_entity.cc b/components/sync/test/fake_server/tombstone_entity.cc
 | 
| index 5da2feaea28b2927ef6d8875b76478cb13b0a2da..47af53b141f81764ce06373ce5241382bb831b8f 100644
 | 
| --- a/components/sync/test/fake_server/tombstone_entity.cc
 | 
| +++ b/components/sync/test/fake_server/tombstone_entity.cc
 | 
| @@ -4,12 +4,6 @@
 | 
|  
 | 
|  #include "components/sync/test/fake_server/tombstone_entity.h"
 | 
|  
 | 
| -#include <string>
 | 
| -
 | 
| -#include "components/sync/base/model_type.h"
 | 
| -#include "components/sync/protocol/sync.pb.h"
 | 
| -#include "components/sync/test/fake_server/fake_server_entity.h"
 | 
| -
 | 
|  using std::string;
 | 
|  
 | 
|  using syncer::ModelType;
 | 
| 
 |