| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index 0bc1b7e8700030e286936e264bc378e7b8a21eee..07c70ee199b46d73f5e1c5f34ee58a07dec4762e 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -180,7 +180,8 @@ class ContentSettingBubbleViewsBridge {
|
| // these cases we return a dummy value which won't be used at all and has no
|
| // significance.
|
| using IntentPickerResponse =
|
| - base::Callback<void(std::string, arc::ArcNavigationThrottle::CloseReason)>;
|
| + base::Callback<void(const std::string&,
|
| + arc::ArcNavigationThrottle::CloseReason)>;
|
|
|
| // Return a pointer to the IntentPickerBubbleView::ShowBubble method.
|
| using BubbleShowPtr =
|
|
|