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

Unified Diff: content/public/common/ax_tree_update.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_tree_update.cc
diff --git a/tools/gn/config_values.cc b/content/public/common/ax_tree_update.cc
similarity index 52%
copy from tools/gn/config_values.cc
copy to content/public/common/ax_tree_update.cc
index 53466dfd79180b8c211b9d9202a1db73b9166f36..8d929f3edfa718278086a274151eb99e6c10d37e 100644
--- a/tools/gn/config_values.cc
+++ b/content/public/common/ax_tree_update.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_tree_update.h"
-ConfigValues::ConfigValues() {
+namespace content {
+
+AXTreeUpdate::AXTreeUpdate() {
}
-ConfigValues::~ConfigValues() {
+AXTreeUpdate::~AXTreeUpdate() {
}
+
+} // namespace content
« content/public/common/ax_tree_update.h ('K') | « content/public/common/ax_tree_update.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698