summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/referrer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/referrer.h')
-rw-r--r--chrome/browser/net/referrer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/referrer.h b/chrome/browser/net/referrer.h
index 69c0278..8c252b6 100644
--- a/chrome/browser/net/referrer.h
+++ b/chrome/browser/net/referrer.h
@@ -69,7 +69,7 @@ class Referrer : public HostNameMap {
// Record additional usefulness of having this host name in the list.
// Value is expressed as positive latency of amount delta.
- void AccrueValue(const base::TimeDelta& delta, const std::string host);
+ void AccrueValue(const base::TimeDelta& delta, const std::string& host);
// Trim the Referrer, by first diminishing (scaling down) the latency for each
// ReferredValue.