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

Unified Diff: ash/common/system/user/user_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_view.h
diff --git a/ash/system/user/user_view.h b/ash/common/system/user/user_view.h
similarity index 94%
rename from ash/system/user/user_view.h
rename to ash/common/system/user/user_view.h
index 8972db413117417cea8f9c6aa88da444eb095795..69b2673aa3348b490f77e46396afb9cb033393e0 100644
--- a/ash/system/user/user_view.h
+++ b/ash/common/system/user/user_view.h
@@ -2,14 +2,14 @@
// 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_VIEW_H_
-#define ASH_SYSTEM_USER_USER_VIEW_H_
+#ifndef ASH_COMMON_SYSTEM_USER_USER_VIEW_H_
+#define ASH_COMMON_SYSTEM_USER_USER_VIEW_H_
#include <memory>
#include "ash/common/session/session_types.h"
#include "ash/common/system/tray/tray_constants.h"
-#include "ash/system/user/tray_user.h"
+#include "ash/common/system/user/tray_user.h"
#include "base/macros.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/focus/focus_manager.h"
@@ -104,4 +104,4 @@ class UserView : public views::View,
} // namespace tray
} // namespace ash
-#endif // ASH_SYSTEM_USER_USER_VIEW_H_
+#endif // ASH_COMMON_SYSTEM_USER_USER_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698