| Index: remoting/capturer/video_frame_capturer_fake.h | 
| diff --git a/remoting/host/video_frame_capturer_fake.h b/remoting/capturer/video_frame_capturer_fake.h | 
| similarity index 85% | 
| rename from remoting/host/video_frame_capturer_fake.h | 
| rename to remoting/capturer/video_frame_capturer_fake.h | 
| index 623c4d63212ed6f7216019fbffb4579ba9298520..1084a081cb73597dcee460264e0c3b6a152c882e 100644 | 
| --- a/remoting/host/video_frame_capturer_fake.h | 
| +++ b/remoting/capturer/video_frame_capturer_fake.h | 
| @@ -2,12 +2,12 @@ | 
| // 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_CAPTURER_FAKE_H_ | 
| -#define REMOTING_HOST_VIDEO_FRAME_CAPTURER_FAKE_H_ | 
| +#ifndef REMOTING_CAPTURER_VIDEO_FRAME_CAPTURER_FAKE_H_ | 
| +#define REMOTING_CAPTURER_VIDEO_FRAME_CAPTURER_FAKE_H_ | 
|  | 
| #include "base/memory/scoped_ptr.h" | 
| -#include "remoting/host/video_frame_capturer.h" | 
| -#include "remoting/host/video_frame_capturer_helper.h" | 
| +#include "remoting/capturer/video_frame_capturer.h" | 
| +#include "remoting/capturer/video_frame_capturer_helper.h" | 
|  | 
| namespace remoting { | 
|  | 
| @@ -61,4 +61,4 @@ class VideoFrameCapturerFake : public VideoFrameCapturer { | 
|  | 
| }  // namespace remoting | 
|  | 
| -#endif  // REMOTING_HOST_VIDEO_FRAME_CAPTURER_FAKE_H_ | 
| +#endif  // REMOTING_CAPTURER_VIDEO_FRAME_CAPTURER_FAKE_H_ | 
|  |