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

Unified Diff: ui/accessibility/ax_tree_source.h

Issue 196603003: Reland r256396 Add views implementation for AXTreeSource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | « chrome/browser/ui/views/panels/panel_view.cc ('k') | ui/views/accessibility/ax_tree_source_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_tree_source.h
diff --git a/ui/accessibility/ax_tree_source.h b/ui/accessibility/ax_tree_source.h
index 0c99c838a5f1395909f6dfdff117d7dab87d49d8..1f13d8f59f5f664e7cc965c60721286c974d1e12 100644
--- a/ui/accessibility/ax_tree_source.h
+++ b/ui/accessibility/ax_tree_source.h
@@ -20,7 +20,7 @@ namespace ui {
// an accessibility tree will be sent over an IPC before being
// consumed.
template<typename AXNodeSource>
-class AX_EXPORT AXTreeSource {
+class AXTreeSource {
public:
virtual ~AXTreeSource() {}
« no previous file with comments | « chrome/browser/ui/views/panels/panel_view.cc ('k') | ui/views/accessibility/ax_tree_source_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698