| Index: ash/common/system/user/user_card_view.cc
|
| diff --git a/ash/system/user/user_card_view.cc b/ash/common/system/user/user_card_view.cc
|
| similarity index 98%
|
| rename from ash/system/user/user_card_view.cc
|
| rename to ash/common/system/user/user_card_view.cc
|
| index ddc8c728093ca5ebcd2795e4da8fabde228efab4..ff20defe86b522ec68391cabf79198da13e1c853 100644
|
| --- a/ash/system/user/user_card_view.cc
|
| +++ b/ash/common/system/user/user_card_view.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/user/user_card_view.h"
|
| +#include "ash/common/system/user/user_card_view.h"
|
|
|
| #include <algorithm>
|
| #include <memory>
|
| @@ -12,14 +12,14 @@
|
| #include "ash/common/login_status.h"
|
| #include "ash/common/media_controller.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/system/tray/system_tray_controller.h"
|
| +#include "ash/common/system/tray/system_tray_delegate.h"
|
| +#include "ash/common/system/tray/tray_constants.h"
|
| +#include "ash/common/system/tray/tray_popup_item_style.h"
|
| +#include "ash/common/system/user/rounded_image_view.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| -#include "ash/system/tray/system_tray_controller.h"
|
| -#include "ash/system/tray/system_tray_delegate.h"
|
| -#include "ash/system/tray/tray_constants.h"
|
| -#include "ash/system/tray/tray_popup_item_style.h"
|
| -#include "ash/system/user/rounded_image_view.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/string16.h"
|
|
|