Index: chrome/browser/extensions/api/system_info_storage/storage_info_provider_linux_unittest.cc |
diff --git a/chrome/browser/extensions/api/system_info_storage/storage_info_provider_linux_unittest.cc b/chrome/browser/extensions/api/system_info_storage/storage_info_provider_linux_unittest.cc |
index cc648f6ad6c4931b6440b18a39f419c43ffe8867..b7521072b694c9caa2af7e08cb2b273fa10c390e 100644 |
--- a/chrome/browser/extensions/api/system_info_storage/storage_info_provider_linux_unittest.cc |
+++ b/chrome/browser/extensions/api/system_info_storage/storage_info_provider_linux_unittest.cc |
@@ -39,8 +39,8 @@ struct TestMountEntry { |
}; |
const TestMountEntry mount_entries[] = { |
- { "/boot", "harddisk", 100, 50 }, |
- { "/", "harddisk", 200, 100 }, |
+ { "/boot", "fixed", 100, 50 }, |
vandebo (ex-Chrome)
2013/05/23 15:49:44
Use the constants here.
Hongbo Min
2013/05/24 01:03:14
Done.
|
+ { "/", "fixed", 200, 100 }, |
{ "/home", "removable", 300, 100 } |
}; |