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

Unified Diff: chrome/browser/media/webrtc/desktop_media_list.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.h
diff --git a/chrome/browser/media/desktop_media_list.h b/chrome/browser/media/webrtc/desktop_media_list.h
similarity index 92%
rename from chrome/browser/media/desktop_media_list.h
rename to chrome/browser/media/webrtc/desktop_media_list.h
index 86ac37c02f869e0c1f2813b84ac5bbbbac0c38f6..4d7dd6374db14d43322cfb6f695807bfa92e1e92 100644
--- a/chrome/browser/media/desktop_media_list.h
+++ b/chrome/browser/media/webrtc/desktop_media_list.h
@@ -2,8 +2,8 @@
// 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_H_
-#define CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_H_
+#ifndef CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_H_
+#define CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_H_
#include "base/strings/string16.h"
#include "base/time/time.h"
@@ -57,4 +57,4 @@ class DesktopMediaList {
virtual const Source& GetSource(int index) const = 0;
};
-#endif // CHROME_BROWSER_MEDIA_DESKTOP_MEDIA_LIST_H_
+#endif // CHROME_BROWSER_MEDIA_WEBRTC_DESKTOP_MEDIA_LIST_H_
« no previous file with comments | « chrome/browser/media/webrtc/desktop_capture_access_handler.cc ('k') | chrome/browser/media/webrtc/desktop_media_list_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698