Index: chrome/browser/ui/views/status_bubble_views.cc |
diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc |
index e6fd0acd758ddc641fafe949fd8e9bd16f8771b6..4cdd7ca7b39e01adf9caaa669164f617c738c69e 100644 |
--- a/chrome/browser/ui/views/status_bubble_views.cc |
+++ b/chrome/browser/ui/views/status_bubble_views.cc |
@@ -43,7 +43,7 @@ |
#include "ash/wm/window_state_aura.h" |
#endif |
-#if defined(MOJO_SHELL_CLIENT) |
+#if defined(USE_AURA) |
#include "services/ui/public/cpp/property_type_converters.h" |
#include "services/ui/public/interfaces/window_manager.mojom.h" |
#endif |
@@ -607,7 +607,7 @@ void StatusBubbleViews::Init() { |
params.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; |
params.parent = frame->GetNativeView(); |
params.context = frame->GetNativeWindow(); |
-#if defined(MOJO_SHELL_CLIENT) |
+#if defined(USE_AURA) |
params.mus_properties |
[ui::mojom::WindowManager::kWindowIgnoredByShelf_Property] = |
mojo::ConvertTo<std::vector<uint8_t>>(true); |