| Index: chrome/browser/profiles/profiles_state.cc
|
| diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc
|
| index 827c9c979d6c3650a619faeb42af996e79301fa8..1cedb9e068ab29967f3eb5f47e13440293f2e3e6 100644
|
| --- a/chrome/browser/profiles/profiles_state.cc
|
| +++ b/chrome/browser/profiles/profiles_state.cc
|
| @@ -25,7 +25,7 @@
|
| #include "ui/gfx/text_elider.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "chrome/browser/chromeos/login/users/user_manager.h"
|
| +#include "components/user_manager/user_manager.h"
|
| #endif
|
|
|
| namespace profiles {
|
|
|