diff options
Diffstat (limited to 'chrome/common/dx_diag_node.cc')
-rw-r--r-- | chrome/common/dx_diag_node.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/dx_diag_node.cc b/chrome/common/dx_diag_node.cc new file mode 100644 index 0000000..85beb5b --- /dev/null +++ b/chrome/common/dx_diag_node.cc @@ -0,0 +1,9 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "chrome/common/dx_diag_node.h" + +DxDiagNode::DxDiagNode() {} + +DxDiagNode::~DxDiagNode() {} |