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

Unified Diff: media/cast/sender/video_encoder.h

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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/cast/sender/software_video_encoder.h ('k') | media/cast/sender/video_encoder_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/video_encoder.h
diff --git a/media/cast/video_sender/video_encoder.h b/media/cast/sender/video_encoder.h
similarity index 87%
rename from media/cast/video_sender/video_encoder.h
rename to media/cast/sender/video_encoder.h
index c7b1049ce678001f8ae1b6ebc48aa3d5a5adccdd..14053311b00976f92c9e796855a5fb691674be70 100644
--- a/media/cast/video_sender/video_encoder.h
+++ b/media/cast/sender/video_encoder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_VIDEO_SENDER_VIDEO_ENCODER_H_
-#define MEDIA_CAST_VIDEO_SENDER_VIDEO_ENCODER_H_
+#ifndef MEDIA_CAST_SENDER_VIDEO_ENCODER_H_
+#define MEDIA_CAST_SENDER_VIDEO_ENCODER_H_
#include "base/callback.h"
#include "base/memory/ref_counted.h"
@@ -20,7 +20,7 @@ namespace cast {
// All these functions are called from the main cast thread.
class VideoEncoder {
public:
- typedef base::Callback<void(scoped_ptr<transport::EncodedFrame>)>
+ typedef base::Callback<void(scoped_ptr<EncodedFrame>)>
FrameEncodedCallback;
virtual ~VideoEncoder() {}
@@ -48,4 +48,4 @@ class VideoEncoder {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_VIDEO_SENDER_VIDEO_ENCODER_H_
+#endif // MEDIA_CAST_SENDER_VIDEO_ENCODER_H_
« no previous file with comments | « media/cast/sender/software_video_encoder.h ('k') | media/cast/sender/video_encoder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698