| Index: chrome/browser/views/location_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/location_bar_view.h (revision 14426)
|
| +++ chrome/browser/views/location_bar_view.h (working copy)
|
| @@ -104,8 +104,8 @@
|
| virtual SkBitmap GetFavIcon() const;
|
| virtual std::wstring GetTitle() const;
|
|
|
| - // Returns the MSAA role
|
| - bool GetAccessibleRole(VARIANT* role);
|
| + // Returns the accessibility role.
|
| + bool GetAccessibleRole(AccessibilityTypes::Role* role);
|
|
|
| AutocompleteEditView* location_entry() {
|
| return location_entry_.get();
|
|
|