| Index: chrome/browser/first_run/first_run_internal_win.cc
|
| diff --git a/chrome/browser/first_run/first_run_internal_win.cc b/chrome/browser/first_run/first_run_internal_win.cc
|
| index 3c479df4c669ff5dfc4bb57c5cb893986f6ce0ec..2fb7c2af650ccc9f6248d42173d76ca3751ed7fc 100644
|
| --- a/chrome/browser/first_run/first_run_internal_win.cc
|
| +++ b/chrome/browser/first_run/first_run_internal_win.cc
|
| @@ -110,7 +110,7 @@ void DoPostImportPlatformSpecificTasks(Profile* /* profile */) {
|
| // configuring this user's install (e.g. per-user shortcuts).
|
| // Delay the task slightly to give Chrome launch I/O priority while also
|
| // making sure shortcuts are created promptly to avoid annoying the user by
|
| - // re-creating shortcuts he previously deleted.
|
| + // re-creating shortcuts they previously deleted.
|
| static const int64_t kTiggerActiveSetupDelaySeconds = 5;
|
| base::FilePath chrome_exe;
|
| if (!PathService::Get(base::FILE_EXE, &chrome_exe)) {
|
|
|