| 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 1aa615e1a2e6b8ed279a573c8d39299778491b94..9d922a255126bdd0fdd44be11297280c13aec2c4 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,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/memory/scoped_vector.h"
|
| -#include "chrome/browser/history/history_types.h"
|
| #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/history/core/browser/history_types.h"
|
|
|
| using sync_integration_test_util::AwaitCommitActivityCompletion;
|
| using typed_urls_helper::AddUrlToHistory;
|
|
|