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

Unified Diff: ui/accessibility/platform/ax_platform_node_mac.h

Issue 437633002: Fix 64-bit component build after r286768. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/ax_platform_node_mac.h
diff --git a/ui/accessibility/platform/ax_platform_node_mac.h b/ui/accessibility/platform/ax_platform_node_mac.h
index 268f9d145f9bbd6083b74ece38f67a26f2aa8799..4303de3d18acea6eebe5057ce278cf11361b2ef4 100644
--- a/ui/accessibility/platform/ax_platform_node_mac.h
+++ b/ui/accessibility/platform/ax_platform_node_mac.h
@@ -6,6 +6,7 @@
#define UI_ACCESSIBILITY_AX_PLATFORM_NODE_MAC_H_
#include "base/mac/scoped_nsobject.h"
+#include "ui/accessibility/ax_export.h"
#include "ui/accessibility/platform/ax_platform_node_base.h"
@class AXPlatformNodeCocoa;
@@ -30,6 +31,7 @@ class AXPlatformNodeMac : public AXPlatformNodeBase {
} // namespace ui
+AX_EXPORT
@interface AXPlatformNodeCocoa : NSObject {
@private
ui::AXPlatformNodeBase* node_; // Weak. Retains us.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698