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

Unified Diff: content/browser/webrtc/webrtc_eventlog_host.cc

Issue 2193343002: Cleanup: move content/browser/media/webrtc/ to content/browser/webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: content/browser/webrtc/webrtc_eventlog_host.cc
diff --git a/content/browser/media/webrtc/webrtc_eventlog_host.cc b/content/browser/webrtc/webrtc_eventlog_host.cc
similarity index 97%
rename from content/browser/media/webrtc/webrtc_eventlog_host.cc
rename to content/browser/webrtc/webrtc_eventlog_host.cc
index 3c20e989206bc9ac5fd2fe6481f1ba664ca4a8ff..cb45120189001cb06c6e035698f7927df6541fe2 100644
--- a/content/browser/media/webrtc/webrtc_eventlog_host.cc
+++ b/content/browser/webrtc/webrtc_eventlog_host.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/media/webrtc/webrtc_eventlog_host.h"
+#include "content/browser/webrtc/webrtc_eventlog_host.h"
#include <algorithm>
#include <string>
#include "base/files/file_util.h"
#include "base/strings/string_number_conversions.h"
-#include "content/browser/media/webrtc/webrtc_internals.h"
+#include "content/browser/webrtc/webrtc_internals.h"
#include "content/common/media/peer_connection_tracker_messages.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_process_host.h"
« no previous file with comments | « content/browser/webrtc/webrtc_eventlog_host.h ('k') | content/browser/webrtc/webrtc_eventlog_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698