diff options
Diffstat (limited to 'chrome/browser/chromeos/system/drm_settings.cc')
-rw-r--r-- | chrome/browser/chromeos/system/drm_settings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/system/drm_settings.cc b/chrome/browser/chromeos/system/drm_settings.cc index 7bb6fd7..b56e0a3 100644 --- a/chrome/browser/chromeos/system/drm_settings.cc +++ b/chrome/browser/chromeos/system/drm_settings.cc @@ -7,8 +7,8 @@ #include "base/bind.h" #include "base/chromeos/chromeos_version.h" #include "base/command_line.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/path_service.h" #include "base/string_util.h" #include "base/strings/string_number_conversions.h" |