| Index: chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| index ddd2597baef2ea35d2938de6c2028f6592109107..431abfe3558a3835b1cab4edd788e42b0f06b6f9 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/browser/sessions/session_service.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| #include "chrome/browser/sync/test/integration/typed_urls_helper.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/history/core/browser/history_types.h"
|
|
|
| using sync_integration_test_util::AwaitCommitActivityCompletion;
|
|
|