| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc (revision 104083)
|
| +++ chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chrome/browser/ui/views/location_bar/icon_label_bubble_view.h"
|
|
|
| -#include "base/utf_string_conversions.h"
|
| #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -40,7 +39,7 @@
|
| label_->SetFont(font);
|
| }
|
|
|
| -void IconLabelBubbleView::SetLabel(const string16& label) {
|
| +void IconLabelBubbleView::SetLabel(const std::wstring& label) {
|
| label_->SetText(label);
|
| }
|
|
|
|
|