| Index: chrome/browser/tabs/pinned_tab_codec.cc
|
| diff --git a/chrome/browser/tabs/pinned_tab_codec.cc b/chrome/browser/tabs/pinned_tab_codec.cc
|
| index 3473343c79312e1a8f22d5c6138867dbce71b052..5d00fe46231f2ccaea171dd236d9adbd8b283b9b 100644
|
| --- a/chrome/browser/tabs/pinned_tab_codec.cc
|
| +++ b/chrome/browser/tabs/pinned_tab_codec.cc
|
| @@ -19,10 +19,10 @@
|
| typedef BrowserInit::LaunchWithProfile::Tab Tab;
|
|
|
| // Key used in dictionaries for the app id.
|
| -static const wchar_t kAppID[] = L"app_id";
|
| +static const char kAppID[] = "app_id";
|
|
|
| // Key used in dictionaries for the url.
|
| -static const wchar_t kURL[] = L"url";
|
| +static const char kURL[] = "url";
|
|
|
| // Returns true if |browser| has any pinned tabs.
|
| static bool HasPinnedTabs(Browser* browser) {
|
|
|