| Index: net/reporting/reporting_cache.cc
|
| diff --git a/net/reporting/reporting_cache.cc b/net/reporting/reporting_cache.cc
|
| index aaa39531f9a84ca12deb7fbcea7a3728695269d8..613d3e647e39f2427b3ecaec5dea3cda86f0f501 100644
|
| --- a/net/reporting/reporting_cache.cc
|
| +++ b/net/reporting/reporting_cache.cc
|
| @@ -19,7 +19,9 @@
|
|
|
| namespace net {
|
|
|
| -ReportingCache::ReportingCache() {}
|
| +ReportingCache::ReportingCache(ReportingContext* context) : context_(context) {
|
| + DCHECK(context_);
|
| +}
|
|
|
| ReportingCache::~ReportingCache() {}
|
|
|
|
|