| Index: chrome/browser/sync/test/integration/single_client_themes_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_themes_sync_test.cc b/chrome/browser/sync/test/integration/single_client_themes_sync_test.cc
|
| index d770259b3c299b53a755b050ca29cd58b4e6c035..2aa0bd382900f0eda99232b371616b3b04f746a5 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_themes_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_themes_sync_test.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/basictypes.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/themes_helper.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
|
|
| using sync_integration_test_util::AwaitCommitActivityCompletion;
|
| using themes_helper::GetCustomTheme;
|
|
|