| Index: chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc b/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc
|
| index 485f924d31267c2dae1639e355775f03a93f0a7e..e7be9b66df92452782b58406a9d59e15f85feac2 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_search_engines_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/search_engines/template_url_service.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/test/integration/search_engines_helper.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| +#include "components/search_engines/template_url_service.h"
|
|
|
| using sync_integration_test_util::AwaitCommitActivityCompletion;
|
|
|
|
|