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

Unified Diff: chrome/browser/media_gallery/media_file_system_registry_unittest.cc

Issue 12211084: [Media Galleries] Populate volume metadata in ChromeOS/Linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 months 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
Index: chrome/browser/media_gallery/media_file_system_registry_unittest.cc
diff --git a/chrome/browser/media_gallery/media_file_system_registry_unittest.cc b/chrome/browser/media_gallery/media_file_system_registry_unittest.cc
index bcf02eb2ead8805ea59f10af3d2cb593a84597a7..8454467f129736d35bd9f5baa77d4b2b0f755aee 100644
--- a/chrome/browser/media_gallery/media_file_system_registry_unittest.cc
+++ b/chrome/browser/media_gallery/media_file_system_registry_unittest.cc
@@ -365,7 +365,7 @@ class MediaFileSystemRegistryTest : public ChromeRenderViewHostTestHarness {
const string16& name,
const base::FilePath::StringType& location) {
RemovableStorageNotifications::GetInstance()->receiver()->ProcessAttach(
- id, name, location);
+ RemovableStorageNotifications::StorageInfo(id, name, location));
}
void ProcessDetach(const std::string& id) {

Powered by Google App Engine
This is Rietveld 408576698