summaryrefslogtreecommitdiffstats
path: root/views/controls/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/link.h')
-rw-r--r--views/controls/link.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/views/controls/link.h b/views/controls/link.h
index 4ef7af3..8c281e3 100644
--- a/views/controls/link.h
+++ b/views/controls/link.h
@@ -5,8 +5,6 @@
#ifndef VIEWS_CONTROLS_LINK_H_
#define VIEWS_CONTROLS_LINK_H_
-#include <string>
-
#include "views/controls/label.h"
namespace views {
@@ -35,7 +33,7 @@ class LinkController {
class Link : public Label {
public:
Link();
- explicit Link(const std::wstring& title);
+ Link(const std::wstring& title);
virtual ~Link();
void SetController(LinkController* controller);
@@ -49,10 +47,6 @@ class Link : public Label {
virtual bool OnKeyPressed(const KeyEvent& e);
virtual bool SkipDefaultKeyEventProcessing(const KeyEvent& e);
- // Accessibility accessors, overridden from View:
- virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
- virtual bool GetAccessibleName(std::wstring* name);
-
virtual void SetFont(const gfx::Font& font);
// Set whether the link is enabled.