| Index: remoting/capturer/mac/scoped_pixel_buffer_object.h
|
| diff --git a/remoting/host/mac/scoped_pixel_buffer_object.h b/remoting/capturer/mac/scoped_pixel_buffer_object.h
|
| similarity index 79%
|
| rename from remoting/host/mac/scoped_pixel_buffer_object.h
|
| rename to remoting/capturer/mac/scoped_pixel_buffer_object.h
|
| index 45ecfc10d6a8654178e2654eeb19516b3f74e614..f928ab54c0c16a479d2b703e0186e62f24c594e0 100644
|
| --- a/remoting/host/mac/scoped_pixel_buffer_object.h
|
| +++ b/remoting/capturer/mac/scoped_pixel_buffer_object.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_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| -#define REMOTING_HOST_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| +#ifndef REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| +#define REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
|
|
| #include <OpenGL/CGLMacro.h>
|
| #include <OpenGL/OpenGL.h>
|
| @@ -30,4 +30,4 @@ class ScopedPixelBufferObject {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| +#endif // REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
|
|