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

Unified Diff: content/browser/webrtc/webrtc_internals_message_handler_unittest.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_internals_message_handler_unittest.cc
diff --git a/content/browser/media/webrtc/webrtc_internals_message_handler_unittest.cc b/content/browser/webrtc/webrtc_internals_message_handler_unittest.cc
similarity index 95%
rename from content/browser/media/webrtc/webrtc_internals_message_handler_unittest.cc
rename to content/browser/webrtc/webrtc_internals_message_handler_unittest.cc
index 65b5e811f59c53f1ef9694fb11180480e74ff846..f4e6ef37580ec88f0e1896f5fda6d940a673a808 100644
--- a/content/browser/media/webrtc/webrtc_internals_message_handler_unittest.cc
+++ b/content/browser/webrtc/webrtc_internals_message_handler_unittest.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_internals_message_handler.h"
+#include "content/browser/webrtc/webrtc_internals_message_handler.h"
#include <memory>
#include <string>
#include "base/run_loop.h"
#include "content/browser/child_process_security_policy_impl.h"
-#include "content/browser/media/webrtc/webrtc_internals.h"
+#include "content/browser/webrtc/webrtc_internals.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/url_constants.h"
#include "content/public/test/test_web_ui.h"
« no previous file with comments | « content/browser/webrtc/webrtc_internals_message_handler.cc ('k') | content/browser/webrtc/webrtc_internals_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698