Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2151)

Unified Diff: content/public/common/ax_node.cc

Issue 67283004: First step to move common accessibility code out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved out of public api Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698