| Index: chrome/browser/first_run/first_run.cc
|
| diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
|
| index 72945a63b443c94302c9cb01c20f054ad132aca1..f56eb8c1f3afa9cf986d38fc6511c323a8448c24 100644
|
| --- a/chrome/browser/first_run/first_run.cc
|
| +++ b/chrome/browser/first_run/first_run.cc
|
| @@ -520,8 +520,8 @@ void SetupMasterPrefsFromInstallPrefs(
|
|
|
| // If we're suppressing the first-run bubble, set that preference now.
|
| // Otherwise, wait until the user has completed first run to set it, so the
|
| - // user is guaranteed to see the bubble iff he or she has completed the first
|
| - // run process.
|
| + // user is guaranteed to see the bubble iff they have completed the first run
|
| + // process.
|
| if (install_prefs.GetBool(
|
| installer::master_preferences::kDistroSuppressFirstRunBubble,
|
| &value) && value)
|
|
|