diff options
author | Ben Murdoch <benm@google.com> | 2010-11-18 18:32:45 +0000 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2010-11-18 18:38:07 +0000 |
commit | 513209b27ff55e2841eac0e4120199c23acce758 (patch) | |
tree | aeba30bb08c5f47c57003544e378a377c297eee6 /chrome/common/dx_diag_node.h | |
parent | 164f7496de0fbee436b385a79ead9e3cb81a50c1 (diff) | |
download | external_chromium-513209b27ff55e2841eac0e4120199c23acce758.zip external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.gz external_chromium-513209b27ff55e2841eac0e4120199c23acce758.tar.bz2 |
Merge Chromium at r65505: Initial merge by git.
Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
Diffstat (limited to 'chrome/common/dx_diag_node.h')
-rw-r--r-- | chrome/common/dx_diag_node.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/dx_diag_node.h b/chrome/common/dx_diag_node.h index 9f20d92..6522213 100644 --- a/chrome/common/dx_diag_node.h +++ b/chrome/common/dx_diag_node.h @@ -12,6 +12,9 @@ #include <string> struct DxDiagNode { + DxDiagNode(); + ~DxDiagNode(); + std::map<std::string, std::string> values; std::map<std::string, DxDiagNode> children; }; |