Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: ash/system/user/user_card_view.h

Issue 2099793002: mash: Migrate some system user files to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/system/user/user_card_view.h
diff --git a/ash/system/user/user_card_view.h b/ash/system/user/user_card_view.h
index e12f786dd34178ec1ecc7fa631b56b89056d050d..2d9584b64367dfface6307a8f84e259afc40af87 100644
--- a/ash/system/user/user_card_view.h
+++ b/ash/system/user/user_card_view.h
@@ -5,11 +5,13 @@
#ifndef ASH_SYSTEM_USER_USER_CARD_VIEW_H_
#define ASH_SYSTEM_USER_USER_CARD_VIEW_H_
-#include "ash/system/user/login_status.h"
#include "base/macros.h"
#include "ui/views/view.h"
namespace ash {
+
+enum class LoginStatus;
+
namespace tray {
// The view displaying information about the user, such as user's avatar, email

Powered by Google App Engine
This is Rietveld 408576698