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

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

Issue 2125373002: mash: Migrate ash/system/user to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 5 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/common/system/user/user_card_view.h
diff --git a/ash/system/user/user_card_view.h b/ash/common/system/user/user_card_view.h
similarity index 87%
rename from ash/system/user/user_card_view.h
rename to ash/common/system/user/user_card_view.h
index 2d9584b64367dfface6307a8f84e259afc40af87..07504afa0f7346e6384566418d4f4f359e0eab80 100644
--- a/ash/system/user/user_card_view.h
+++ b/ash/common/system/user/user_card_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_USER_USER_CARD_VIEW_H_
-#define ASH_SYSTEM_USER_USER_CARD_VIEW_H_
+#ifndef ASH_COMMON_SYSTEM_USER_USER_CARD_VIEW_H_
+#define ASH_COMMON_SYSTEM_USER_USER_CARD_VIEW_H_
#include "base/macros.h"
#include "ui/views/view.h"
@@ -40,4 +40,4 @@ class UserCardView : public views::View {
} // namespace tray
} // namespace ash
-#endif // ASH_SYSTEM_USER_USER_CARD_VIEW_H_
+#endif // ASH_COMMON_SYSTEM_USER_USER_CARD_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698