Index: components/domain_reliability/context_manager.h |
diff --git a/components/domain_reliability/context_manager.h b/components/domain_reliability/context_manager.h |
index 3e3d5e60535c486beda2c9bf01aaa77b2b36ba34..e8c74ea9d2b0465f708b1d8faaf1909a5f18a933 100644 |
--- a/components/domain_reliability/context_manager.h |
+++ b/components/domain_reliability/context_manager.h |
@@ -27,7 +27,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityContextManager { |
// If |url| maps to a context added to this manager, calls |OnBeacon| on |
// that context with |beacon|. Otherwise, does nothing. |
- void RouteBeacon(const GURL& url, const DomainReliabilityBeacon& beacon); |
+ void RouteBeacon(scoped_ptr<DomainReliabilityBeacon> beacon); |
// Calls |ClearBeacons| on all contexts added to this manager, but leaves |
// the contexts themselves intact. |