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

Unified Diff: ash/system/user/user_view.cc

Issue 2124173002: mash: Migrate popup_message to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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
« ash/common/popup_message.cc ('K') | « ash/popup_message_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/user_view.cc
diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
index 5b5050a8d1d0b7be308c343fb5f1cfe0c1fee257..1c1529e7faec8a06e1391be14e749750bb06fa04 100644
--- a/ash/system/user/user_view.cc
+++ b/ash/system/user/user_view.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include <utility>
+#include "ash/common/popup_message.h"
#include "ash/common/session/session_state_delegate.h"
#include "ash/common/shell_delegate.h"
#include "ash/common/shell_window_ids.h"
@@ -22,7 +23,6 @@
#include "ash/common/wm_shell.h"
#include "ash/common/wm_window.h"
#include "ash/multi_profile_uma.h"
-#include "ash/popup_message.h"
#include "ash/system/tray/system_tray.h"
#include "ash/system/user/user_card_view.h"
#include "components/signin/core/account_id/account_id.h"
« ash/common/popup_message.cc ('K') | « ash/popup_message_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698