| Index: ui/views/linux_ui/linux_ui.h
|
| diff --git a/ui/views/linux_ui/linux_ui.h b/ui/views/linux_ui/linux_ui.h
|
| index 152b364282d61b03d1993cded0bd529d4ef10d59..3a270674a17749a48846cb28b37da45bad9989c0 100644
|
| --- a/ui/views/linux_ui/linux_ui.h
|
| +++ b/ui/views/linux_ui/linux_ui.h
|
| @@ -86,7 +86,7 @@ class VIEWS_EXPORT LinuxUI : public ui::LinuxInputMethodContextFactory,
|
| // Create a native status icon.
|
| virtual scoped_ptr<StatusIconLinux> CreateLinuxStatusIcon(
|
| const gfx::ImageSkia& image,
|
| - const string16& tool_tip) const = 0;
|
| + const base::string16& tool_tip) const = 0;
|
|
|
| // Returns the icon for a given content type from the icon theme.
|
| // TODO(davidben): Add an observer for the theme changing, so we can drop the
|
|
|