| Index: chromeos/chromeos_paths.cc
|
| diff --git a/chromeos/chromeos_paths.cc b/chromeos/chromeos_paths.cc
|
| index 53177d2eef8f70abae1152a8734d486d87f18a90..e5c12b944ec3f96867fe8d63db725e71fd8e7f31 100644
|
| --- a/chromeos/chromeos_paths.cc
|
| +++ b/chromeos/chromeos_paths.cc
|
| @@ -32,8 +32,8 @@ const base::FilePath::CharType kInstallAttributesFileName[] =
|
| const base::FilePath::CharType kMachineHardwareInfoFileName[] =
|
| FILE_PATH_LITERAL("/tmp/machine-info");
|
|
|
| -const base::FilePath::CharType kVpdFileName[] =
|
| - FILE_PATH_LITERAL("/var/log/vpd_2.0.txt");
|
| +const base::FilePath::CharType kVpdFileName[] = FILE_PATH_LITERAL(
|
| + "/mnt/stateful_partition/unencrypted/cache/vpd/filtered.txt");
|
|
|
| const base::FilePath::CharType kUptimeFileName[] =
|
| FILE_PATH_LITERAL("/proc/uptime");
|
|
|