Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / common / leak_detection_result.h
index 7afcfd3..873a172 100644 (file)
@@ -5,12 +5,13 @@
 #ifndef CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
 #define CONTENT_SHELL_COMMON_LEAK_DETECTION_RESULT_H_
 
+#include <string>
+
 namespace content {
 
 struct LeakDetectionResult {
   bool leaked;
-  unsigned number_of_live_documents;
-  unsigned number_of_live_nodes;
+  std::string detail;
 };
 
 }  // namespace content