| Index: chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc
|
| diff --git a/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc b/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc
|
| index 9a67b710086b69993c59785a9e0ef4594ffc8ed2..7850c051867d547086cde335b2d43bf84278e1d9 100644
|
| --- a/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc
|
| +++ b/chrome/browser/ui/proximity_auth/proximity_auth_error_bubble.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/logging.h"
|
|
|
| -#if !defined(TOOLKIT_VIEWS)
|
| +#if !defined(TOOLKIT_VIEWS) || !defined(USE_AURA)
|
| void ShowProximityAuthErrorBubble(const base::string16& message,
|
| const gfx::Range& link_range,
|
| const GURL& link_url,
|
|
|