| Index: components/sync/engine_impl/loopback_server/loopback_server.cc
|
| diff --git a/components/sync/engine_impl/loopback_server/loopback_server.cc b/components/sync/engine_impl/loopback_server/loopback_server.cc
|
| index ef701df388764d1e214a5a27655260a578f109eb..57d3a2d4ff591ad510d46b2bc0172fbfd09b425c 100644
|
| --- a/components/sync/engine_impl/loopback_server/loopback_server.cc
|
| +++ b/components/sync/engine_impl/loopback_server/loopback_server.cc
|
| @@ -4,15 +4,10 @@
|
|
|
| #include "components/sync/engine_impl/loopback_server/loopback_server.h"
|
|
|
| -#include <stdint.h>
|
| -
|
| #include <algorithm>
|
| #include <limits>
|
| -#include <memory>
|
| #include <set>
|
| -#include <string>
|
| #include <utility>
|
| -#include <vector>
|
|
|
| #include "base/files/file_util.h"
|
| #include "base/guid.h"
|
| @@ -23,7 +18,6 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "components/sync/base/model_type.h"
|
| #include "components/sync/engine_impl/loopback_server/persistent_bookmark_entity.h"
|
| #include "components/sync/engine_impl/loopback_server/persistent_permanent_entity.h"
|
| #include "components/sync/engine_impl/loopback_server/persistent_tombstone_entity.h"
|
|
|