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

Unified Diff: chrome/browser/media/webrtc/desktop_media_list_ash_unittest.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/desktop_media_list_ash_unittest.cc
diff --git a/chrome/browser/media/desktop_media_list_ash_unittest.cc b/chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc
similarity index 96%
rename from chrome/browser/media/desktop_media_list_ash_unittest.cc
rename to chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc
index 07c9bb927bc85e7b64c65f700ed03277d4676c7c..d7972a649d79736d92b136aa5013aa76550dd1e0 100644
--- a/chrome/browser/media/desktop_media_list_ash_unittest.cc
+++ b/chrome/browser/media/webrtc/desktop_media_list_ash_unittest.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/desktop_media_list_ash.h"
+#include "chrome/browser/media/webrtc/desktop_media_list_ash.h"
#include "ash/test/ash_test_base.h"
#include "base/location.h"
@@ -11,7 +11,7 @@
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
#include "build/build_config.h"
-#include "chrome/browser/media/desktop_media_list_observer.h"
+#include "chrome/browser/media/webrtc/desktop_media_list_observer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/aura/window.h"
« no previous file with comments | « chrome/browser/media/webrtc/desktop_media_list_ash.cc ('k') | chrome/browser/media/webrtc/desktop_media_list_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698