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

Unified Diff: chrome/browser/back_forward_menu_model_views.h

Issue 150171: Convert menu strings to UTF16, fix some views-GTK build errors. (Closed)
Patch Set: Created 11 years, 6 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
« no previous file with comments | « chrome/browser/back_forward_menu_model.cc ('k') | chrome/browser/back_forward_menu_model_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/back_forward_menu_model_views.h
diff --git a/chrome/browser/back_forward_menu_model_views.h b/chrome/browser/back_forward_menu_model_views.h
index e97a39abebe5c2c09d4ce76ae0b62dddc5a47602..03d5e1104b71ae2e71f1e1d02a02bdbf2d7ed76c 100644
--- a/chrome/browser/back_forward_menu_model_views.h
+++ b/chrome/browser/back_forward_menu_model_views.h
@@ -30,7 +30,7 @@ class BackForwardMenuModelViews : public BackForwardMenuModel,
virtual int GetItemCount() const;
virtual ItemType GetTypeAt(int index) const;
virtual int GetCommandIdAt(int index) const;
- virtual std::wstring GetLabelAt(int index) const;
+ virtual string16 GetLabelAt(int index) const;
virtual bool IsLabelDynamicAt(int index) const;
virtual bool GetAcceleratorAt(int index,
views::Accelerator* accelerator) const;
« no previous file with comments | « chrome/browser/back_forward_menu_model.cc ('k') | chrome/browser/back_forward_menu_model_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698