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

Unified Diff: chrome/browser/media/webrtc/desktop_media_list_base.h

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_base.h
diff --git a/chrome/browser/media/desktop_media_list_base.h b/chrome/browser/media/webrtc/desktop_media_list_base.h
similarity index 90%
rename from chrome/browser/media/desktop_media_list_base.h
rename to chrome/browser/media/webrtc/desktop_media_list_base.h
index 1ac07a66e110c08a5bc3597da199a09e97aa9839..cd7f7f191ffd10611b699ca2ef0bc263d48bd49f 100644
--- a/chrome/browser/media/desktop_media_list_base.h
+++ b/chrome/browser/media/webrtc/desktop_media_list_base.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_BASE_H_
-#define CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_BASE_H_
+#ifndef CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_BASE_H_
+#define CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_BASE_H_
-#include "chrome/browser/media/desktop_media_list.h"
+#include "chrome/browser/media/webrtc/desktop_media_list.h"
#include "content/public/browser/desktop_media_id.h"
namespace gfx {
@@ -76,4 +76,4 @@ class DesktopMediaListBase : public DesktopMediaList {
DISALLOW_COPY_AND_ASSIGN(DesktopMediaListBase);
};
-#endif // CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_BASE_H_
+#endif // CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_BASE_H_
« no previous file with comments | « chrome/browser/media/webrtc/desktop_media_list_ash_unittest.cc ('k') | chrome/browser/media/webrtc/desktop_media_list_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698