| Index: remoting/client/rectangle_update_decoder.h
|
| diff --git a/remoting/client/rectangle_update_decoder.h b/remoting/client/rectangle_update_decoder.h
|
| index 5f18e12123d413aa397a09fc26fc48a13db6006e..b383c20ad11230e4d557f987d7e28a2eb18f1d36 100644
|
| --- a/remoting/client/rectangle_update_decoder.h
|
| +++ b/remoting/client/rectangle_update_decoder.h
|
| @@ -8,12 +8,13 @@
|
| #include "base/scoped_ptr.h"
|
| #include "base/task.h"
|
| #include "media/base/video_frame.h"
|
| -#include "remoting/base/decoder.h" // For UpdatedRects.
|
| +#include "remoting/base/decoder.h" // For UpdatedRects
|
|
|
| class MessageLoop;
|
|
|
| namespace remoting {
|
|
|
| +class Decoder;
|
| class FrameConsumer;
|
| class RectangleFormat;
|
| class RectangleUpdatePacket;
|
|
|