summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroby <groby@chromium.org>2015-05-21 13:32:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-21 20:34:06 +0000
commitada60a86ed8b18da5f2e42d37be676d77be8a503 (patch)
tree10aba8d839eff11bb3ec6f0f1a01a64d3ba27762
parent76a27361d55a9a62493bfa024db2271605bacac1 (diff)
downloadchromium_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}
-rw-r--r--chrome/browser/autocomplete/history_quick_provider_unittest.cc8
-rw-r--r--tools/metrics/histograms/histograms.xml2
2 files changed, 5 insertions, 5 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.
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 266d522..069d7cb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25808,7 +25808,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Omnibox.NumTypedTerms" units="terms">
<owner>mpearson@chromium.org</owner>
<summary>
- The number of terms in the text the user entered in the omnibox when he/she
+ The number of terms in the text the user entered in the omnibox when they
used the omnibox to go somewhere. Terms are defined by splitting on
whitespace. All values larger than 6 are recorded in bucket 6.
</summary>