| Index: chrome/browser/sync/test/integration/sync_integration_test_util.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_integration_test_util.cc b/chrome/browser/sync/test/integration/sync_integration_test_util.cc
|
| index 248d051cc4d4e6ab1087f28b3d3fc5bf5e6664a2..c84e9488e2b7f353871b2d85328758b71658300b 100644
|
| --- a/chrome/browser/sync/test/integration/sync_integration_test_util.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_integration_test_util.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
|
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/test/integration/single_client_status_change_checker.h"
|
| #include "chrome/browser/sync/test/integration/updated_progress_marker_checker.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
|
|
| namespace sync_integration_test_util {
|
|
|
|
|