| Index: chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
|
| diff --git a/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc b/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
|
| index 45003e11168c5c1147815a5a6e6817386030e589..1e62dac38e1a6ad533a83369b6b451a544970c0d 100644
|
| --- a/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
|
| +++ b/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| namespace autofill {
|
|
|
| -#if !defined(OS_ANDROID)
|
| +#if !defined(OS_ANDROID) && !defined(TOOLKIT_VIEWS)
|
| // static
|
| InstrumentUnmaskPromptView*
|
| InstrumentUnmaskPromptView::CreateAndShow(content::WebContents* web_contents,
|
|
|