Index: ui/surface/transport_dib_sysvipc.cc |
=================================================================== |
--- ui/surface/transport_dib_sysvipc.cc (revision 192629) |
+++ ui/surface/transport_dib_sysvipc.cc (working copy) |
@@ -6,7 +6,7 @@ |
// Desktop GTK Linux builds use the old-style SYSV SHM based DIBs. |
// Linux Aura and Chrome OS do too. This will change very soon. |
-#if defined(TOOLKIT_GTK) || (defined(OS_LINUX) && defined(USE_AURA)) |
+#if defined(TOOLKIT_GTK) |
#include <errno.h> |
#include <stdlib.h> |