Index: content/common/gpu/x_util.h |
diff --git a/content/common/gpu/x_util.h b/content/common/gpu/x_util.h |
index c6305c576879840862c51a3a54c332f9d593480f..6e2423cbfbaf9e9e972dc61b00b4e8c3bd177558 100644 |
--- a/content/common/gpu/x_util.h |
+++ b/content/common/gpu/x_util.h |
@@ -12,7 +12,7 @@ |
#include "build/build_config.h" |
#include "content/common/gpu/gpu_config.h" |
-#if defined(OS_LINUX) |
+#if defined(USE_X11) |
// Forward declares ------------------------------------------------------------ |
// |
@@ -42,6 +42,6 @@ class ScopedPtrXFree { |
void operator()(void* x) const; |
}; |
-#endif // OS_LINUX |
+#endif // USE_X11 |
#endif // CHROME_GPU_X_UTIL_H_ |