| Index: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| diff --git a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| index 4b003cf00c66b635139edf0fe480bbc310eda7ce..4115f187f6d9f2b8dbf94da6334f34694dbf7b89 100644
|
| --- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| +++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc
|
| @@ -43,7 +43,7 @@ Profile* TabContentsSyncedTabDelegate::profile() const {
|
| std::string TabContentsSyncedTabDelegate::GetExtensionAppId() const {
|
| const scoped_refptr<const extensions::Extension> extension_app(
|
| extensions::TabHelper::FromWebContents(web_contents_)->extension_app());
|
| - return (extension_app.get() ? extension_app->id() : "");
|
| + return (extension_app.get() ? extension_app->id() : std::string());
|
| }
|
|
|
| int TabContentsSyncedTabDelegate::GetCurrentEntryIndex() const {
|
|
|