| Index: chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc b/chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc
|
| index bff12d2bbe30a78b6035230c0803918de72e293a..3892ba9ff9a31463cab4bbb5fc6443c5d8f1b98c 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/test/integration/preferences_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
|
|
| using preferences_helper::BooleanPrefMatches;
|
| using preferences_helper::ChangeBooleanPref;
|
|
|