| 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 51753996040e9cad01c465cce9f13edcb914a813..0f3176f941ca1a65eb892e00f31566ffda1bbb74 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -70,12 +70,12 @@
|
| #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 "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 "components/sync_driver/invalidation_helper.h"
|
| -#include "components/sync_driver/sync_driver_switches.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/web_contents.h"
|
|
|