Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: content/common/content_message_generator.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First version that links (and crashes) Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/content_message_generator.cc
diff --git a/content/common/content_message_generator.cc b/content/common/content_message_generator.cc
index 5393a0e83a3eee51c77842244edce4330eb05e94..d33dde4c5d7e3ae7f71c3ef9a7e8f3748bd53093 100644
--- a/content/common/content_message_generator.cc
+++ b/content/common/content_message_generator.cc
@@ -14,7 +14,7 @@
#include "ipc/struct_destructor_macros.h"
#include "content/common/content_message_generator.h"
-#if defined(USE_AURA)
+#if defined(USE_AURA) && defined(OS_WINDOWS)
#include "ui/gfx/native_widget_types.h"
namespace IPC {

Powered by Google App Engine
This is Rietveld 408576698