summaryrefslogtreecommitdiffstats
path: root/ash/system/status_area_widget.cc
diff options
context:
space:
mode:
authorbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 11:41:40 +0000
committerbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 11:41:40 +0000
commit7b3f91ee72e4f724b1f3d4f2cb8e66afdadc91bd (patch)
tree8c212aa3fe28ee1767d81f49ccc6be439b27e025 /ash/system/status_area_widget.cc
parent638fb18c3b3e2462d0678446bea516b1f636f546 (diff)
downloadchromium_src-7b3f91ee72e4f724b1f3d4f2cb8e66afdadc91bd.zip
chromium_src-7b3f91ee72e4f724b1f3d4f2cb8e66afdadc91bd.tar.gz
chromium_src-7b3f91ee72e4f724b1f3d4f2cb8e66afdadc91bd.tar.bz2
Add LogoutConfirmationController to show LogoutConfirmationDialogs
LogoutButtonTray uses and owns LogoutConfirmationDialogView, a dialog that asks the user to confirm or deny logout. This CL generalizes the dialog and moves its ownership to a LogoutConfirmationController accessible via ash::Shell, allowing other classes to show the same dialog. BUG=278247 TEST=Updated unit tests Review URL: https://codereview.chromium.org/178183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/status_area_widget.cc')
-rw-r--r--ash/system/status_area_widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index 4eda2fb..d302efc 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -11,7 +11,7 @@
#include "ash/shell_delegate.h"
#include "ash/shell_window_ids.h"
#include "ash/system/bluetooth/bluetooth_observer.h"
-#include "ash/system/logout_button/logout_button_tray.h"
+#include "ash/system/session/logout_button_tray.h"
#include "ash/system/status_area_widget_delegate.h"
#include "ash/system/tray/system_tray.h"
#include "ash/system/tray/system_tray_delegate.h"