| 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 1b14af9e2618a419bc42fbe3e60bd2674fb47c43..23a36d81248bf445bd040e441184b1694aa16c9d 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -63,7 +63,6 @@
|
| #include "components/search_engines/template_url_service.h"
|
| #include "components/signin/core/browser/profile_identity_provider.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| -#include "components/sync_driver/invalidation_helper.h"
|
| #include "components/sync_driver/sync_driver_switches.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/web_contents.h"
|
| @@ -84,6 +83,7 @@
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/test/fake_server/fake_server.h"
|
| #include "sync/test/fake_server/fake_server_network_resources.h"
|
| +#include "sync/util/invalidation_helper.h"
|
| #include "url/gurl.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|