| Index: ash/system/user/user_card_view.cc
|
| diff --git a/ash/system/user/user_card_view.cc b/ash/system/user/user_card_view.cc
|
| index a0eaeebab54ebd99a6f0109e79901e53cffdfdbd..7a07c9a8b93730fbf126cea969a3d43b1f79c8be 100644
|
| --- a/ash/system/user/user_card_view.cc
|
| +++ b/ash/system/user/user_card_view.cc
|
| @@ -7,7 +7,7 @@
|
| #include <algorithm>
|
| #include <vector>
|
|
|
| -#include "ash/session/session_state_delegate.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| @@ -39,7 +39,7 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/ash_view_ids.h"
|
| -#include "ash/media_delegate.h"
|
| +#include "ash/common/media_delegate.h"
|
| #include "ash/system/tray/media_security/media_capture_observer.h"
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/layout/fill_layout.h"
|
|
|