Index: net/url_request/data_use_measurement.h |
diff --git a/net/url_request/data_use_measurement.h b/net/url_request/data_use_measurement.h |
index d13e0d1ec34251b410fff9798af724293f249d54..558b8ea5af5bfa115f7be0ac251accc8d03cefa1 100644 |
--- a/net/url_request/data_use_measurement.h |
+++ b/net/url_request/data_use_measurement.h |
@@ -17,4 +17,8 @@ class URLFetcher; |
void DataUseReport(const std::string& service_name, |
const net::URLFetcher* fetcher); |
+void SparseDataUseReport(const std::string& histogram_name, |
bengr
2015/08/07 17:13:37
#include <string>
amohammadkhan
2015/08/07 18:52:30
I'm gonna add necessary includes to the CL which t
|
+ int value, |
+ int count); |
+ |
#endif // NET_URL_REQUEST_DATA_USE_MEASUREMENT_H_ |