Index: media/gpu/tegra_v4l2_device.h |
diff --git a/content/common/gpu/media/tegra_v4l2_device.h b/media/gpu/tegra_v4l2_device.h |
similarity index 88% |
rename from content/common/gpu/media/tegra_v4l2_device.h |
rename to media/gpu/tegra_v4l2_device.h |
index 96b07a9dee455797e761d5be87b08d34a18827c3..528d1d95a3f5329a3be019d3c7edb9c7f0bcc1a1 100644 |
--- a/content/common/gpu/media/tegra_v4l2_device.h |
+++ b/media/gpu/tegra_v4l2_device.h |
@@ -5,17 +5,17 @@ |
// This file contains the implementation of TegraV4L2Device used on |
// Tegra platform. |
-#ifndef CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_DEVICE_H_ |
-#define CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_DEVICE_H_ |
+#ifndef MEDIA_GPU_TEGRA_V4L2_DEVICE_H_ |
+#define MEDIA_GPU_TEGRA_V4L2_DEVICE_H_ |
#include <stddef.h> |
#include <stdint.h> |
#include "base/macros.h" |
-#include "content/common/gpu/media/v4l2_device.h" |
+#include "media/gpu/v4l2_device.h" |
#include "ui/gl/gl_bindings.h" |
-namespace content { |
+namespace media { |
// This class implements the V4L2Device interface for Tegra platform. |
// It interfaces with libtegrav4l2 library which provides API that exhibit the |
@@ -61,6 +61,6 @@ class TegraV4L2Device : public V4L2Device { |
DISALLOW_COPY_AND_ASSIGN(TegraV4L2Device); |
}; |
-} // namespace content |
+} // namespace media |
-#endif // CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_DEVICE_H_ |
+#endif // MEDIA_GPU_TEGRA_V4L2_DEVICE_H_ |