diff options
author | groby <groby@chromium.org> | 2015-05-21 13:32:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-21 20:34:06 +0000 |
commit | ada60a86ed8b18da5f2e42d37be676d77be8a503 (patch) | |
tree | 10aba8d839eff11bb3ec6f0f1a01a64d3ba27762 /chrome/browser/autocomplete/history_quick_provider_unittest.cc | |
parent | 76a27361d55a9a62493bfa024db2271605bacac1 (diff) | |
download | chromium_src-ada60a86ed8b18da5f2e42d37be676d77be8a503.zip chromium_src-ada60a86ed8b18da5f2e42d37be676d77be8a503.tar.gz chromium_src-ada60a86ed8b18da5f2e42d37be676d77be8a503.tar.bz2 |
[Cleanup] Fix pronouns in comments.
Replacing the unwieldy "he/she" with "they".
BUG=none
R=mpearson@chromium.org
Review URL: https://codereview.chromium.org/1148243003
Cr-Commit-Position: refs/heads/master@{#330968}
Diffstat (limited to 'chrome/browser/autocomplete/history_quick_provider_unittest.cc')
-rw-r--r-- | chrome/browser/autocomplete/history_quick_provider_unittest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc index dac4d57..0cb203b 100644 --- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc +++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc @@ -637,7 +637,7 @@ TEST_F(HistoryQuickProviderTest, PreventBeatingURLWhatYouTypedMatch) { expected_urls.clear(); expected_urls.push_back("http://popularsitewithroot.com/"); - // If the user enters a hostname (no path) that he/she has visited + // If the user enters a hostname (no path) that they have visited // before, we should make sure that all HistoryQuickProvider results // have scores less than what HistoryURLProvider will assign the // URL-what-you-typed match. @@ -656,7 +656,7 @@ TEST_F(HistoryQuickProviderTest, PreventBeatingURLWhatYouTypedMatch) { expected_urls.clear(); expected_urls.push_back("http://popularsitewithpathonly.com/moo"); - // If the user enters a hostname of a host that he/she has visited + // If the user enters a hostname of a host that they have visited // but never visited the root page of, we should make sure that all // HistoryQuickProvider results have scores less than what the // HistoryURLProvider will assign the URL-what-you-typed match. @@ -683,7 +683,7 @@ TEST_F(HistoryQuickProviderTest, PreventBeatingURLWhatYouTypedMatch) { EXPECT_GE(ac_matches_[0].relevance, HistoryURLProvider::kScoreForWhatYouTypedResult); - // If the user enters a hostname + path that he/she has not visited + // If the user enters a hostname + path that they have not visited // before (but visited other things on the host), we can allow // inline autocompletions. RunTest(ASCIIToUTF16("popularsitewithpathonly.com/mo"), false, expected_urls, @@ -693,7 +693,7 @@ TEST_F(HistoryQuickProviderTest, PreventBeatingURLWhatYouTypedMatch) { EXPECT_GE(ac_matches_[0].relevance, HistoryURLProvider::kScoreForWhatYouTypedResult); - // If the user enters a hostname + path that he/she has visited + // If the user enters a hostname + path that they have visited // before, we should make sure that all HistoryQuickProvider results // have scores less than what the HistoryURLProvider will assign // the URL-what-you-typed match. |