| 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 42ef3e2444799bdf7a340528f1b5b8837e04b589..9ce060fd8bb263f4813c4e0542a869a173e0e1ed 100644
|
| --- a/chrome/browser/sync/test/integration/sync_integration_test_util.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_integration_test_util.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
|
|
| +#include <string>
|
| +
|
| #include "base/strings/stringprintf.h"
|
| +#include "chrome/browser/sync/test/integration/fake_server_match_status_checker.h"
|
| #include "components/browser_sync/profile_sync_service.h"
|
|
|
| ServerCountMatchStatusChecker::ServerCountMatchStatusChecker(
|
|
|