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

Unified Diff: ui/accessibility/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: Git rid of AX_EXPORT from templatized function 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
« no previous file with comments | « ui/accessibility/ax_tree_update.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_tree_update.cc
diff --git a/ui/base/models/dialog_model.cc b/ui/accessibility/ax_tree_update.cc
similarity index 65%
copy from ui/base/models/dialog_model.cc
copy to ui/accessibility/ax_tree_update.cc
index 310bff04c5027dee495cf98b5f4512dda1a3fc46..3e80f0b1b7903cee751523a22385458e53865c66 100644
--- a/ui/base/models/dialog_model.cc
+++ b/ui/accessibility/ax_tree_update.cc
@@ -2,11 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/models/dialog_model.h"
+#include "ui/accessibility/ax_tree_update.h"
namespace ui {
-DialogModel::~DialogModel() {
+AXTreeUpdate::AXTreeUpdate() {
+}
+
+AXTreeUpdate::~AXTreeUpdate() {
}
} // namespace ui
« no previous file with comments | « ui/accessibility/ax_tree_update.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698