| Index: remoting/base/encoder.h
|
| diff --git a/remoting/base/encoder.h b/remoting/base/encoder.h
|
| index 05e40ff866a882e0772d9f273314ce97ec2b1d95..e34e15555d01aae2a0315018867066bb54e3f349 100644
|
| --- a/remoting/base/encoder.h
|
| +++ b/remoting/base/encoder.h
|
| @@ -8,8 +8,6 @@
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "media/base/data_buffer.h"
|
| -// TODO(hclam): Should not depend on internal.pb.h.
|
| -#include "remoting/proto/internal.pb.h"
|
|
|
| namespace media {
|
| class DataBuffer;
|
| @@ -18,6 +16,7 @@ namespace media {
|
| namespace remoting {
|
|
|
| class CaptureData;
|
| +class VideoPacket;
|
|
|
| // A class to perform the task of encoding a continous stream of
|
| // images.
|
|
|