Index: content/public/common/ax_node.cc |
diff --git a/tools/gn/config_values.cc b/content/public/common/ax_node.cc |
similarity index 57% |
copy from tools/gn/config_values.cc |
copy to content/public/common/ax_node.cc |
index 53466dfd79180b8c211b9d9202a1db73b9166f36..b5e34c18955d70706ccd6d3b715b00ced4a373fd 100644 |
--- a/tools/gn/config_values.cc |
+++ b/content/public/common/ax_node.cc |
@@ -2,10 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "tools/gn/config_values.h" |
+#include "content/public/common/ax_node.h" |
-ConfigValues::ConfigValues() { |
+namespace content { |
+ |
+AXNode::AXNode() { |
} |
-ConfigValues::~ConfigValues() { |
+AXNode::~AXNode() { |
} |
+ |
+} // namespace content |