From 09ca6472cc00f497246f384e0b0044910dad110f Mon Sep 17 00:00:00 2001 From: "tnagel@chromium.org" Date: Mon, 5 May 2014 16:53:54 +0000 Subject: 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 --- ash/system/tray/system_tray_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ash/system/tray') 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); -- cgit v1.1