Chromium Code Reviews| Index: app/surface/transport_dib.h |
| diff --git a/app/surface/transport_dib.h b/app/surface/transport_dib.h |
| index 4de1df40dd8a1f055e31015dc88c41570dda0deb..6606c2b675da22a87681d513ba76e8130ba5e9f2 100644 |
| --- a/app/surface/transport_dib.h |
| +++ b/app/surface/transport_dib.h |
| @@ -18,9 +18,6 @@ |
| #include "app/x11_util.h" |
| #endif |
| -namespace gfx { |
| -class Size; |
| -} |
| namespace skia { |
| class PlatformCanvas; |
| } |
| @@ -177,6 +174,4 @@ class TransportDIB { |
| DISALLOW_COPY_AND_ASSIGN(TransportDIB); |
| }; |
| -class MessageLoop; |
| - |
| #endif // APP_SURFACE_TRANSPORT_DIB_H_ |