summaryrefslogtreecommitdiffstats
path: root/ash/system/tray
diff options
context:
space:
mode:
authortnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-05 16:53:54 +0000
committertnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-05 16:53:54 +0000
commit09ca6472cc00f497246f384e0b0044910dad110f (patch)
treec88272804d956c2aeef98322dcaab2bb2e4ff0b4 /ash/system/tray
parent7e0a64f05557fc010f906075a6fe6f63c13f1a4c (diff)
downloadchromium_src-09ca6472cc00f497246f384e0b0044910dad110f.zip
chromium_src-09ca6472cc00f497246f384e0b0044910dad110f.tar.gz
chromium_src-09ca6472cc00f497246f384e0b0044910dad110f.tar.bz2
There are many ways to get it wrong.
BUG=none TBR=darin (for base/) TBR=sky (for chrome/ and ui/) TBR=dconnelly (for components/policy/) TBR=tommi (for media/audio/) TBR=asvitkine (for tools/metrics/) TBR=mad (for win8) Review URL: https://codereview.chromium.org/261293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268203 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/tray')
-rw-r--r--ash/system/tray/system_tray_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/tray/system_tray_unittest.cc b/ash/system/tray/system_tray_unittest.cc
index 1a2d355..fbf2859 100644
--- a/ash/system/tray/system_tray_unittest.cc
+++ b/ash/system/tray/system_tray_unittest.cc
@@ -312,7 +312,7 @@ TEST_F(SystemTrayTest, SystemTrayNotifications) {
RunAllPendingInMessageLoop();
ASSERT_TRUE(test_item->notification_view() != NULL);
- // Show the detailed view, ensure the notificaiton view remains.
+ // Show the detailed view, ensure the notification view remains.
tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW);
RunAllPendingInMessageLoop();
ASSERT_TRUE(detailed_item->detailed_view() != NULL);