summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views')
-rw-r--r--chrome/views/view_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/view_gtk.cc b/chrome/views/view_gtk.cc
index f8b465c..701001a 100644
--- a/chrome/views/view_gtk.cc
+++ b/chrome/views/view_gtk.cc
@@ -17,7 +17,7 @@ void View::DoDrag(const MouseEvent& e, int press_x, int press_y) {
NOTIMPLEMENTED();
}
-AccessibleWrapper* View::GetAccessibleWrapper() {
+ViewAccessibilityWrapper* View::GetViewAccessibilityWrapper() {
NOTIMPLEMENTED();
return NULL;
}