| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 82cde03c4e42e03e68017b47e931c26da79b249d..82a8859569b385425100412cdd67d408591e5a80 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -8,8 +8,6 @@
|
| #include <stdint.h>
|
|
|
| #include <limits>
|
| -#include <memory>
|
| -#include <vector>
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| @@ -74,7 +72,6 @@
|
| #include "components/sync/driver/sync_driver_switches.h"
|
| #include "components/sync/engine_impl/sync_scheduler_impl.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| -#include "components/sync/test/fake_server/fake_server.h"
|
| #include "components/sync/test/fake_server/fake_server_network_resources.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|