Chromium Code Reviews| Index: remoting/base/decoder.h | 
| =================================================================== | 
| --- remoting/base/decoder.h (revision 67155) | 
| +++ remoting/base/decoder.h (working copy) | 
| @@ -7,12 +7,13 @@ | 
| #include <vector> | 
| -#include "base/task.h" | 
| #include "base/scoped_ptr.h" | 
| #include "gfx/rect.h" | 
| #include "media/base/video_frame.h" | 
| #include "remoting/proto/video.pb.h" | 
| +class Task; | 
| + | 
| namespace remoting { | 
| typedef std::vector<gfx::Rect> UpdatedRects; |