diff options
Diffstat (limited to 'common/constants.cc')
-rw-r--r-- | common/constants.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/constants.cc b/common/constants.cc index 793ce97c..25aa9a8a 100644 --- a/common/constants.cc +++ b/common/constants.cc @@ -18,8 +18,7 @@ namespace chromeos_update_engine { -// TODO(andrewlassalle): Move this to the prefs directory. -const char kDlcMetadataRootpath[] = "/var/lib/dlc/"; +const char kDlcPrefsSubDir[] = "dlc"; const char kPowerwashSafePrefsSubDirectory[] = "update_engine/prefs"; |