summaryrefslogtreecommitdiffstats
path: root/ash/system/user
diff options
context:
space:
mode:
authorhirono@chromium.org <hirono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 05:46:20 +0000
committerhirono@chromium.org <hirono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-25 05:46:20 +0000
commit7d2cf18045bf3203726a0c87e3d78d72765b3417 (patch)
tree446134bcf7c9a194acc54efa6783f03ddf10a86d /ash/system/user
parent80d5aa4a1de9107d1442480b8ea9ba06feff2be2 (diff)
downloadchromium_src-7d2cf18045bf3203726a0c87e3d78d72765b3417.zip
chromium_src-7d2cf18045bf3203726a0c87e3d78d72765b3417.tar.gz
chromium_src-7d2cf18045bf3203726a0c87e3d78d72765b3417.tar.bz2
Remove the drive status from the ash try.
The drive status is shown in Files.app now. We can remove the status from the ash try. BUG=379979 TEST=None Review URL: https://codereview.chromium.org/410333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/user')
-rw-r--r--ash/system/user/tray_user.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
index 1d26441..3ce1c25 100644
--- a/ash/system/user/tray_user.cc
+++ b/ash/system/user/tray_user.cc
@@ -10,6 +10,7 @@
#include "ash/shelf/shelf_layout_manager.h"
#include "ash/shell_delegate.h"
#include "ash/system/tray/system_tray.h"
+#include "ash/system/tray/system_tray_delegate.h"
#include "ash/system/tray/system_tray_notifier.h"
#include "ash/system/tray/tray_constants.h"
#include "ash/system/tray/tray_item_view.h"