| Index: remoting/capturer/video_frame_queue.h | 
| diff --git a/remoting/host/video_frame_queue.h b/remoting/capturer/video_frame_queue.h | 
| similarity index 93% | 
| rename from remoting/host/video_frame_queue.h | 
| rename to remoting/capturer/video_frame_queue.h | 
| index 508443554b7f6afd7d9a63f34a9c711f59d9d0b7..44aee7ccd89768da7e8636e58c3cb57f64f0a23e 100644 | 
| --- a/remoting/host/video_frame_queue.h | 
| +++ b/remoting/capturer/video_frame_queue.h | 
| @@ -2,8 +2,8 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef REMOTING_HOST_VIDEO_FRAME_QUEUE_H_ | 
| -#define REMOTING_HOST_VIDEO_FRAME_QUEUE_H_ | 
| +#ifndef REMOTING_CAPTURER_VIDEO_FRAME_QUEUE_H_ | 
| +#define REMOTING_CAPTURER_VIDEO_FRAME_QUEUE_H_ | 
|  | 
| #include "base/compiler_specific.h" | 
| #include "base/memory/scoped_ptr.h" | 
| @@ -66,4 +66,4 @@ class VideoFrameQueue { | 
|  | 
| }  // namespace remoting | 
|  | 
| -#endif  // REMOTING_HOST_VIDEO_FRAME_QUEUE_H_ | 
| +#endif  // REMOTING_CAPTURER_VIDEO_FRAME_QUEUE_H_ | 
|  |