| Index: chrome/browser/chromeos/extensions/file_browser_notifications_unittest.cc
|
| diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications_unittest.cc b/chrome/browser/chromeos/extensions/file_browser_notifications_unittest.cc
|
| index e2603753542d8266dcac02917998040af9b82a13..3fbf4cc20b63dcefe4c772e495ece0c040aa893c 100644
|
| --- a/chrome/browser/chromeos/extensions/file_browser_notifications_unittest.cc
|
| +++ b/chrome/browser/chromeos/extensions/file_browser_notifications_unittest.cc
|
| @@ -212,7 +212,7 @@ TEST(FileBrowserMountNotificationsTest, MulitpleFail) {
|
| device_label)));
|
| }
|
|
|
| - notifications->ManageNotificationsOnMountCompleted(notification_path,
|
| + notifications->ManageNotificationsOnMountCompleted(notification_path,
|
| device_label, true, false, false);
|
| notifications->ManageNotificationsOnMountCompleted(notification_path,
|
| device_label, false, false, false);
|
|
|