Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / domain_reliability / beacon.h
index c50db2b..cb5ed8c 100644 (file)
@@ -24,7 +24,8 @@ struct DOMAIN_RELIABILITY_EXPORT DomainReliabilityBeacon {
 
   // Converts the Beacon to JSON format for uploading. Calculates the age
   // relative to an upload time of |upload_time|.
-  base::Value* ToValue(base::TimeTicks upload_time) const;
+  base::Value* ToValue(base::TimeTicks upload_time,
+                       base::TimeTicks last_network_change_time) const;
 
   // The URL that the beacon is reporting on, if included.
   std::string url;