| Index: components/profile_service/profile_service_impl.cc
|
| diff --git a/components/profile_service/profile_service_impl.cc b/components/profile_service/profile_service_impl.cc
|
| index dee44ad12c23fc07d0e34307be885e29d0404d34..8d24941707f39623feaa9ea0d07175efe8eb5e65 100644
|
| --- a/components/profile_service/profile_service_impl.cc
|
| +++ b/components/profile_service/profile_service_impl.cc
|
| @@ -12,8 +12,8 @@
|
| #include "components/filesystem/directory_impl.h"
|
| #include "components/filesystem/lock_table.h"
|
| #include "components/filesystem/public/interfaces/types.mojom.h"
|
| -#include "mojo/shell/public/cpp/connection.h"
|
| -#include "mojo/shell/public/cpp/message_loop_ref.h"
|
| +#include "services/shell/public/cpp/connection.h"
|
| +#include "services/shell/public/cpp/message_loop_ref.h"
|
|
|
| namespace profile {
|
|
|
|
|