Index: ui/surface/transport_dib.h |
diff --git a/ui/surface/transport_dib.h b/ui/surface/transport_dib.h |
index c2321448df3a99240c05cdadb83de498e56f94d6..a166238bc07883243eb76785d3985fdc1368ac8d 100644 |
--- a/ui/surface/transport_dib.h |
+++ b/ui/surface/transport_dib.h |
@@ -26,11 +26,7 @@ class SURFACE_EXPORT TransportDIB { |
// A Handle is the type which can be sent over the wire so that the remote |
// side can map the transport DIB. |
-#if defined(OS_WIN) |
- typedef HANDLE Handle; |
-#else // OS_POSIX |
typedef base::SharedMemoryHandle Handle; |
-#endif |
// Returns a default, invalid handle, that is meant to indicate a missing |
// Transport DIB. |