Index: content/shell/browser/shell.cc |
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc |
index 55cf85a55c65cda3398e35c20e1982b3259e5e61..8f64cdcf8d43816eabbfe649639d08e8d2157b9a 100644 |
--- a/content/shell/browser/shell.cc |
+++ b/content/shell/browser/shell.cc |
@@ -29,6 +29,10 @@ |
#include "content/shell/common/shell_messages.h" |
#include "content/shell/common/shell_switches.h" |
+#if defined(USE_AURA) && !defined(TOOLKIT_VIEWS) |
+#include "content/shell/browser/shell_aura.h" |
+#endif |
+ |
namespace content { |
const int Shell::kDefaultTestWindowWidthDip = 800; |