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

Unified Diff: webrtc/api/video_encoder.h

Issue 2780943003: Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Fix lint warnings Created 3 years, 9 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: webrtc/api/video_encoder.h
diff --git a/webrtc/video_encoder.h b/webrtc/api/video_encoder.h
similarity index 98%
rename from webrtc/video_encoder.h
rename to webrtc/api/video_encoder.h
index 0a21fa345af6fd86f969d0a646f3d60937f332ec..d1e0da16864f90f128fb0c142c9b36ea1474a047 100644
--- a/webrtc/video_encoder.h
+++ b/webrtc/api/video_encoder.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_ENCODER_H_
-#define WEBRTC_VIDEO_ENCODER_H_
+#ifndef WEBRTC_API_VIDEO_ENCODER_H_
+#define WEBRTC_API_VIDEO_ENCODER_H_
#include <memory>
#include <string>
@@ -189,4 +189,4 @@ class VideoEncoder {
};
} // namespace webrtc
-#endif // WEBRTC_VIDEO_ENCODER_H_
+#endif // WEBRTC_API_VIDEO_ENCODER_H_
« PRESUBMIT.py ('K') | « webrtc/api/video_decoder.h ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698