| 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 12b80fe94c1707ed45d9f12ec730e63bbcb4cac7..ec2c9622ed03248eb4838efc5eab1f3ee41cc7de 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -52,6 +52,7 @@
|
| #include "components/bookmarks/test/bookmark_test_helpers.h"
|
| #include "components/invalidation/invalidation_switches.h"
|
| #include "components/invalidation/p2p_invalidation_service.h"
|
| +#include "components/invalidation/p2p_invalidator.h"
|
| #include "components/os_crypt/os_crypt.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -70,7 +71,6 @@
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "sync/engine/sync_scheduler_impl.h"
|
| -#include "sync/notifier/p2p_invalidator.h"
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/test/fake_server/fake_server.h"
|
| #include "sync/test/fake_server/fake_server_network_resources.h"
|
|
|