| Index: ui/views/view.cc
|
| diff --git a/ui/views/view.cc b/ui/views/view.cc
|
| index 0cec760604e6b58be88b6f5192d209672d96dc2a..a00b6eccedfb7dfde005c032910b06801c4f4c15 100644
|
| --- a/ui/views/view.cc
|
| +++ b/ui/views/view.cc
|
| @@ -1252,7 +1252,7 @@ FocusTraversable* View::GetPaneFocusTraversable() {
|
|
|
| // Tooltips --------------------------------------------------------------------
|
|
|
| -bool View::GetTooltipText(const gfx::Point& p, string16* tooltip) const {
|
| +bool View::GetTooltipText(const gfx::Point& p, base::string16* tooltip) const {
|
| return false;
|
| }
|
|
|
|
|