Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: chrome/browser/chromeos/arc/arc_navigation_throttle.cc

Issue 2412863005: Make some code gender neutral. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/chromeos/policy/proto/chrome_device_policy.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_navigation_throttle.cc
diff --git a/chrome/browser/chromeos/arc/arc_navigation_throttle.cc b/chrome/browser/chromeos/arc/arc_navigation_throttle.cc
index 86601077fe8688a313404cc90f375db95c154a46..d49b08419ad08bfd26ebab015b503dec639d113a 100644
--- a/chrome/browser/chromeos/arc/arc_navigation_throttle.cc
+++ b/chrome/browser/chromeos/arc/arc_navigation_throttle.cc
@@ -178,7 +178,7 @@ void ArcNavigationThrottle::OnAppCandidatesReceived(
return;
}
- // Swap Chrome app with any app in row |kMaxAppResults-1| iff his index is
+ // Swap Chrome app with any app in row |kMaxAppResults-1| iff its index is
// bigger, thus ensuring the user can always see Chrome without scrolling.
size_t chrome_app_index = 0;
for (size_t i = 0; i < handlers.size(); ++i) {
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/chromeos/policy/proto/chrome_device_policy.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698