| Index: media/video/capture/screen/mac/scoped_pixel_buffer_object.h
|
| diff --git a/remoting/capturer/mac/scoped_pixel_buffer_object.h b/media/video/capture/screen/mac/scoped_pixel_buffer_object.h
|
| similarity index 72%
|
| rename from remoting/capturer/mac/scoped_pixel_buffer_object.h
|
| rename to media/video/capture/screen/mac/scoped_pixel_buffer_object.h
|
| index f928ab54c0c16a479d2b703e0186e62f24c594e0..0c06278af8be28ebdee5f932bae02a1408091bec 100644
|
| --- a/remoting/capturer/mac/scoped_pixel_buffer_object.h
|
| +++ b/media/video/capture/screen/mac/scoped_pixel_buffer_object.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| -#define REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| +#ifndef MEDIA_VIDEO_CAPTURE_SCREEN_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| +#define MEDIA_VIDEO_CAPTURE_SCREEN_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
|
|
| #include <OpenGL/CGLMacro.h>
|
| #include <OpenGL/OpenGL.h>
|
| #include "base/basictypes.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| class ScopedPixelBufferObject {
|
| public:
|
| @@ -28,6 +28,6 @@ class ScopedPixelBufferObject {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedPixelBufferObject);
|
| };
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|
| -#endif // REMOTING_CAPTURER_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
| +#endif // MEDIA_VIDEO_CAPTURE_SCREEN_SCOPED_PIXEL_BUFFER_OBJECT_H_
|
|
|