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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698