Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: media/gpu/tegra_v4l2_device.h

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/gpu/shared_memory_region.cc ('k') | media/gpu/tegra_v4l2_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 87%
rename from content/common/gpu/media/tegra_v4l2_device.h
rename to media/gpu/tegra_v4l2_device.h
index 30376dbc3f30fe233d4a227a07911934251b694d..eac12947b852a1348310698ad62a9fb69a507404 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
@@ -62,6 +62,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_
« no previous file with comments | « media/gpu/shared_memory_region.cc ('k') | media/gpu/tegra_v4l2_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698