Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3439)

Unified Diff: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc

Issue 8142026: Revert 104076 - Change std::wstring to string16 for views::Link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698