Index: media/gpu/video_accelerator_unittest_helpers.h |
diff --git a/content/common/gpu/media/video_accelerator_unittest_helpers.h b/media/gpu/video_accelerator_unittest_helpers.h |
similarity index 87% |
rename from content/common/gpu/media/video_accelerator_unittest_helpers.h |
rename to media/gpu/video_accelerator_unittest_helpers.h |
index 61e002d73360bf3b4e57f6b9bac5c0cf9cbcd7b8..266d2bd7c8bc23fafbbdcac19a80b861c6c072b2 100644 |
--- a/content/common/gpu/media/video_accelerator_unittest_helpers.h |
+++ b/media/gpu/video_accelerator_unittest_helpers.h |
@@ -4,15 +4,15 @@ |
// |
// This file contains helper classes for video accelerator unittests. |
-#ifndef CONTENT_COMMON_GPU_MEDIA_VIDEO_ACCELERATOR_UNITTEST_HELPERS_H_ |
-#define CONTENT_COMMON_GPU_MEDIA_VIDEO_ACCELERATOR_UNITTEST_HELPERS_H_ |
+#ifndef MEDIA_GPU_VIDEO_ACCELERATOR_UNITTEST_HELPERS_H_ |
+#define MEDIA_GPU_VIDEO_ACCELERATOR_UNITTEST_HELPERS_H_ |
#include <queue> |
#include "base/synchronization/condition_variable.h" |
#include "base/synchronization/lock.h" |
-namespace content { |
+namespace media { |
// Helper class allowing one thread to wait on a notification from another. |
// If notifications come in faster than they are Wait()'d for, they are |
@@ -58,6 +58,6 @@ StateEnum ClientStateNotification<StateEnum>::Wait() { |
return ret; |
} |
-} // namespace content |
+} // namespace media |
-#endif // CONTENT_COMMON_GPU_MEDIA_VIDEO_ACCELERATOR_UNITTEST_HELPERS_H_ |
+#endif // MEDIA_GPU_VIDEO_ACCELERATOR_UNITTEST_HELPERS_H_ |