| Index: chrome/browser/ui/toolbar/toolbar_model.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model.h b/chrome/browser/ui/toolbar/toolbar_model.h
|
| index 709e39dd61a540bd9befad0b78ab4adbe5e186ec..f13c98a95579d1a18fdb4e130d22e5714936cdfa 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model.h
|
| @@ -52,7 +52,7 @@ class ToolbarModel {
|
|
|
| // Returns the name of the EV cert holder. Only call this when the security
|
| // level is EV_SECURE.
|
| - std::wstring GetEVCertName() const;
|
| + string16 GetEVCertName() const;
|
|
|
| // Getter/setter of whether the text in location bar is currently being
|
| // edited.
|
|
|