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

Unified Diff: media/gpu/video_accelerator_unittest_helpers.h

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues 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
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_

Powered by Google App Engine
This is Rietveld 408576698