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

Unified Diff: chrome/browser/media/webrtc/media_permission.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/media_permission.h
diff --git a/chrome/browser/media/media_permission.h b/chrome/browser/media/webrtc/media_permission.h
similarity index 91%
rename from chrome/browser/media/media_permission.h
rename to chrome/browser/media/webrtc/media_permission.h
index 0090d029145c90a4343a17f23d403f3b45493594..5f1a1004e6cb4087e41bc488ca2a6363d9641f10 100644
--- a/chrome/browser/media/media_permission.h
+++ b/chrome/browser/media/webrtc/media_permission.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_MEDIA_PERMISSION_H_
-#define CHROME_BROWSER_MEDIA_MEDIA_PERMISSION_H_
+#ifndef CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_PERMISSION_H_
+#define CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_PERMISSION_H_
#include <string>
@@ -51,4 +51,4 @@ class MediaPermission {
DISALLOW_COPY_AND_ASSIGN(MediaPermission);
};
-#endif // CHROME_BROWSER_MEDIA_MEDIA_PERMISSION_H_
+#endif // CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_PERMISSION_H_
« no previous file with comments | « chrome/browser/media/webrtc/media_capture_devices_dispatcher.cc ('k') | chrome/browser/media/webrtc/media_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698