| Index: chrome/browser/back_forward_menu_model.h
|
| diff --git a/chrome/browser/back_forward_menu_model.h b/chrome/browser/back_forward_menu_model.h
|
| index 9f85a7ec798be8444853050c146acca19179c4bd..764a83a9e4ebf76fbf785c59cb886279017bc191 100644
|
| --- a/chrome/browser/back_forward_menu_model.h
|
| +++ b/chrome/browser/back_forward_menu_model.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/string16.h"
|
|
|
| class Browser;
|
| class SkBitmap;
|
| @@ -92,7 +93,7 @@ class BackForwardMenuModel {
|
|
|
| // Get the display text for the item. This should not be called on a
|
| // separator.
|
| - std::wstring GetItemLabel(int menu_id) const;
|
| + string16 GetItemLabel(int menu_id) const;
|
|
|
| // Get the display icon for the item. This should not be called on a
|
| // separator or an item that does not have an icon.
|
|
|