| Index: chrome/browser/ui/webui/sync_internals_message_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_internals_message_handler.cc b/chrome/browser/ui/webui/sync_internals_message_handler.cc
|
| index c6dc05aaadea34c2a82930e5620937d358d3a74b..9adbcc22575014144997714951ca74acd8bd6249 100644
|
| --- a/chrome/browser/ui/webui/sync_internals_message_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_internals_message_handler.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "base/logging.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/common/channel_info.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/sync_driver/about_sync_util.h"
|
| #include "components/sync_driver/about_sync_util.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|