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

Unified Diff: chrome/browser/media/webrtc/webrtc_rtp_dump_writer.cc

Issue 2307083002: Cleanup: move WebRTC related files from chrome/browser/media to chrome/browser/media/webrtc/ (Closed)
Patch Set: Removed file wrongly resuscitated during rebase Created 4 years, 3 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: chrome/browser/media/webrtc/webrtc_rtp_dump_writer.cc
diff --git a/chrome/browser/media/webrtc_rtp_dump_writer.cc b/chrome/browser/media/webrtc/webrtc_rtp_dump_writer.cc
similarity index 99%
rename from chrome/browser/media/webrtc_rtp_dump_writer.cc
rename to chrome/browser/media/webrtc/webrtc_rtp_dump_writer.cc
index b8a71b3cd72f1684b3cfa22161808b22cacf0438..f64ef254697f080e56ea380e2c27bac1874a5da3 100644
--- a/chrome/browser/media/webrtc_rtp_dump_writer.cc
+++ b/chrome/browser/media/webrtc/webrtc_rtp_dump_writer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/media/webrtc_rtp_dump_writer.h"
+#include "chrome/browser/media/webrtc/webrtc_rtp_dump_writer.h"
#include <string.h>
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_rtp_dump_writer.h ('k') | chrome/browser/media/webrtc/webrtc_rtp_dump_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698