Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: chrome/browser/chromeos/extensions/file_browser_notifications_unittest.cc

Issue 11418123: Some refactoring in file browser notifications: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698