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

Unified Diff: chrome/browser/extensions/api/system_info_storage/system_info_storage_apitest.cc

Issue 15846002: Rename 'harddisk' to 'fixed' for storage unit type (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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/extensions/api/system_info_storage/system_info_storage_apitest.cc
diff --git a/chrome/browser/extensions/api/system_info_storage/system_info_storage_apitest.cc b/chrome/browser/extensions/api/system_info_storage/system_info_storage_apitest.cc
index 4a16ef56de85900c23274185b775de919d8e2b80..c07c70202fffd09857d2c275030fdb7ceda32928 100644
--- a/chrome/browser/extensions/api/system_info_storage/system_info_storage_apitest.cc
+++ b/chrome/browser/extensions/api/system_info_storage/system_info_storage_apitest.cc
@@ -32,8 +32,8 @@ struct TestUnitInfo {
struct TestUnitInfo kTestingData[] = {
{"0xbeaf", "unknown", 4098, 1000, 0},
vandebo (ex-Chrome) 2013/05/23 15:49:44 Use constants
Hongbo Min 2013/05/24 01:03:14 Done.
- {"/home", "harddisk", 4098, 1000, 10},
- {"/data", "harddisk", 10000, 1000, 4097}
+ {"/home", "fixed", 4098, 1000, 10},
+ {"/data", "fixed", 10000, 1000, 4097}
};
struct TestUnitInfo kRemovableStorageData[] = {

Powered by Google App Engine
This is Rietveld 408576698