Chromium Code Reviews| Index: chrome/common/transport_dib.h |
| diff --git a/chrome/common/transport_dib.h b/chrome/common/transport_dib.h |
| index 6d137ff45b13fcd5404b24a28bd15d18490eff4b..c28d78dece437130f6363a8cc85352900bb913dc 100644 |
| --- a/chrome/common/transport_dib.h |
| +++ b/chrome/common/transport_dib.h |
| @@ -142,6 +142,8 @@ class TransportDIB { |
| Display* display_; // connection to the X server |
| #endif |
| size_t size_; // length, in bytes |
| + |
| + DISALLOW_COPY_AND_ASSIGN(TransportDIB); |
| }; |
| class MessageLoop; |