Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 19d9d26bb515dabebf7fc2b03b581dc393474d66..26e6d0a1768a028b7e8fab6b4c62e8a64d574b45 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -143,7 +143,7 @@ |
#include "base/mac/foundation_util.h" |
#endif |
-#if defined(MOJO_SHELL_CLIENT) |
+#if defined(USE_AURA) |
#include "content/browser/web_contents/web_contents_view_mus.h" |
#include "content/public/common/mojo_shell_connection.h" |
#include "ui/aura/mus/mus_util.h" |
@@ -1545,7 +1545,7 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) { |
WebContentsViewDelegate* delegate = |
GetContentClient()->browser()->GetWebContentsViewDelegate(this); |
-#if defined(MOJO_SHELL_CLIENT) |
+#if defined(USE_AURA) |
if (MojoShellConnection::GetForProcess() && |
base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kUseMusInRenderer)) { |