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

Unified Diff: chrome/browser/media/webrtc/audio_debug_recordings_handler.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
« no previous file with comments | « chrome/browser/media/webrtc/OWNERS ('k') | chrome/browser/media/webrtc/desktop_capture_access_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/audio_debug_recordings_handler.cc
diff --git a/chrome/browser/media/audio_debug_recordings_handler.cc b/chrome/browser/media/webrtc/audio_debug_recordings_handler.cc
similarity index 99%
rename from chrome/browser/media/audio_debug_recordings_handler.cc
rename to chrome/browser/media/webrtc/audio_debug_recordings_handler.cc
index 7dae28650ef1c9f1dab7afaf957504e5c805bacc..cd712ad7f6340b2de732535308bbbc4bc8f1377f 100644
--- a/chrome/browser/media/audio_debug_recordings_handler.cc
+++ b/chrome/browser/media/webrtc/audio_debug_recordings_handler.cc
@@ -12,7 +12,7 @@
#include "base/files/file_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/time/time.h"
-#include "chrome/browser/media/webrtc_log_list.h"
+#include "chrome/browser/media/webrtc/webrtc_log_list.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/chrome_switches.h"
#include "content/public/browser/browser_thread.h"
« no previous file with comments | « chrome/browser/media/webrtc/OWNERS ('k') | chrome/browser/media/webrtc/desktop_capture_access_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698