Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / base / metrics / histogram_delta_serialization.cc
index e40a6b6..e4aad13 100644 (file)
@@ -66,7 +66,7 @@ void HistogramDeltaSerialization::PrepareAndSerializeDeltas(
   // the histograms, so that the receiving process can distinguish them from the
   // local histograms.
   histogram_snapshot_manager_.PrepareDeltas(
-      Histogram::kIPCSerializationSourceFlag, false);
+      Histogram::kIPCSerializationSourceFlag, Histogram::kNoFlags);
   serialized_deltas_ = NULL;
 }