| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/icon_label_bubble_view.h (revision 104083)
|
| +++ chrome/browser/ui/views/location_bar/icon_label_bubble_view.h (working copy)
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/string16.h"
|
| #include "ui/gfx/size.h"
|
| #include "views/painter.h"
|
| #include "views/view.h"
|
| @@ -35,7 +34,7 @@
|
| virtual ~IconLabelBubbleView();
|
|
|
| void SetFont(const gfx::Font& font);
|
| - void SetLabel(const string16& label);
|
| + void SetLabel(const std::wstring& label);
|
| void SetImage(const SkBitmap& bitmap);
|
| void set_is_extension_icon(bool is_extension_icon) {
|
| is_extension_icon_ = is_extension_icon;
|
|
|