diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_errors_test.cc')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_errors_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/test/integration/sync_errors_test.cc b/chrome/browser/sync/test/integration/sync_errors_test.cc index fa204fc..e8ed768 100644 --- a/chrome/browser/sync/test/integration/sync_errors_test.cc +++ b/chrome/browser/sync/test/integration/sync_errors_test.cc @@ -3,8 +3,6 @@ // found in the LICENSE file. #include "base/macros.h" -#include "base/prefs/pref_member.h" -#include "base/prefs/pref_service.h" #include "base/run_loop.h" #include "build/build_config.h" #include "chrome/browser/sync/test/integration/bookmarks_helper.h" @@ -15,6 +13,8 @@ #include "chrome/browser/sync/test/integration/sync_test.h" #include "chrome/common/pref_names.h" #include "components/browser_sync/browser/profile_sync_service.h" +#include "components/prefs/pref_member.h" +#include "components/prefs/pref_service.h" #include "google_apis/gaia/google_service_auth_error.h" #include "sync/protocol/sync_protocol_error.h" |