| Index: remoting/capturer/linux/x_server_pixel_buffer.h
 | 
| diff --git a/remoting/host/linux/x_server_pixel_buffer.h b/remoting/capturer/linux/x_server_pixel_buffer.h
 | 
| similarity index 92%
 | 
| rename from remoting/host/linux/x_server_pixel_buffer.h
 | 
| rename to remoting/capturer/linux/x_server_pixel_buffer.h
 | 
| index db5ab6ebfe615e2105531ddb010b17676c1e1b8b..39b239a8f4634510cf9c566143b24676002a954f 100644
 | 
| --- a/remoting/host/linux/x_server_pixel_buffer.h
 | 
| +++ b/remoting/capturer/linux/x_server_pixel_buffer.h
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Don't include this file in any .h files because it pulls in some X headers.
 | 
|  
 | 
| -#ifndef REMOTING_HOST_LINUX_X_SERVER_PIXEL_BUFFER_H_
 | 
| -#define REMOTING_HOST_LINUX_X_SERVER_PIXEL_BUFFER_H_
 | 
| +#ifndef REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
 | 
| +#define REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
 | 
|  
 | 
|  #include "base/basictypes.h"
 | 
|  #include "third_party/skia/include/core/SkRect.h"
 | 
| @@ -68,4 +68,4 @@ class XServerPixelBuffer {
 | 
|  
 | 
|  }  // namespace remoting
 | 
|  
 | 
| -#endif  // REMOTING_HOST_LINUX_X_SERVER_PIXEL_BUFFER_H_
 | 
| +#endif  // REMOTING_CAPTURER_LINUX_X_SERVER_PIXEL_BUFFER_H_
 | 
| 
 |