diff options
Diffstat (limited to 'chrome/browser/chromeos/notifications/notification_browsertest.cc')
-rw-r--r-- | chrome/browser/chromeos/notifications/notification_browsertest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/notifications/notification_browsertest.cc b/chrome/browser/chromeos/notifications/notification_browsertest.cc index 35d7833..304b5d2 100644 --- a/chrome/browser/chromeos/notifications/notification_browsertest.cc +++ b/chrome/browser/chromeos/notifications/notification_browsertest.cc @@ -249,8 +249,8 @@ IN_PROC_BROWSER_TEST_F(NotificationTest, TestSystemNotification) { // Dismiss the notification. // TODO(oshima): Consider updating API to Remove(NotificationDelegate) // or Remove(std::string id); - collection->Remove(Notification(GURL(), GURL(), - std::wstring(), delegate.get())); + collection->Remove(Notification(GURL(), GURL(), std::wstring(), string16(), + delegate.get())); ui_test_utils::RunAllPendingInMessageLoop(); EXPECT_EQ(0, tester->GetStickyNotificationCount()); |