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

Unified Diff: media/muxers/webm_muxer.h

Issue 1710713002: Move media/capture/webm_muxer* to media/muxers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving webm_muxer* going to media/muxers, cleaning up DEPS Created 4 years, 10 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/muxers/OWNERS ('k') | media/muxers/webm_muxer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/muxers/webm_muxer.h
diff --git a/media/capture/webm_muxer.h b/media/muxers/webm_muxer.h
similarity index 97%
rename from media/capture/webm_muxer.h
rename to media/muxers/webm_muxer.h
index 1f5e3d33b261471ee0eb51611d382b386778b7e5..227ce5622fddc9d1ec65921d0fe1e87cd266dd4b 100644
--- a/media/capture/webm_muxer.h
+++ b/media/muxers/webm_muxer.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_FILTERS_LIBWEBM_MUXER_H_
-#define MEDIA_FILTERS_LIBWEBM_MUXER_H_
+#ifndef MEDIA_MUXERS_WEBM_MUXER_H_
+#define MEDIA_MUXERS_WEBM_MUXER_H_
#include <stdint.h>
@@ -139,4 +139,4 @@ class MEDIA_EXPORT WebmMuxer : public NON_EXPORTED_BASE(mkvmuxer::IMkvWriter) {
} // namespace media
-#endif // MEDIA_FILTERS_LIBWEBM_MUXER_H_
+#endif // MEDIA_MUXERS_WEBM_MUXER_H_
« no previous file with comments | « media/muxers/OWNERS ('k') | media/muxers/webm_muxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698