Index: chrome/browser/ui/views/bubble/bubble.h |
=================================================================== |
--- chrome/browser/ui/views/bubble/bubble.h (revision 104769) |
+++ chrome/browser/ui/views/bubble/bubble.h (working copy) |
@@ -68,7 +68,7 @@ |
virtual bool FadeInOnShow() = 0; |
// The name of the window to which this delegate belongs. |
- virtual std::wstring accessible_name(); |
+ virtual string16 GetAccessibleName(); |
}; |
// TODO(sky): this code is ifdef-tastic. It might be cleaner to refactor the |