| Index: chrome/browser/download/download_prefs.cc
|
| diff --git a/chrome/browser/download/download_prefs.cc b/chrome/browser/download/download_prefs.cc
|
| index 1b85c84815062268c99020f1db0d395cd386a21e..61540ec163a5bceabe4bbecb88cb2eaefc808d78 100644
|
| --- a/chrome/browser/download/download_prefs.cc
|
| +++ b/chrome/browser/download/download_prefs.cc
|
| @@ -145,7 +145,7 @@ DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) {
|
|
|
| // If the download path is dangerous we forcefully reset it. But if we do
|
| // so we set a flag to make sure we only do it once, to avoid fighting
|
| - // the user if he really wants it on an unsafe place such as the desktop.
|
| + // the user if they really want it on an unsafe place such as the desktop.
|
| if (!prefs->GetBoolean(prefs::kDownloadDirUpgraded)) {
|
| base::FilePath current_download_dir = prefs->GetFilePath(
|
| prefs::kDownloadDefaultDirectory);
|
|
|