| Index: chrome/browser/media/webrtc/media_stream_device_permissions.h
|
| diff --git a/chrome/browser/media/media_stream_device_permissions.h b/chrome/browser/media/webrtc/media_stream_device_permissions.h
|
| similarity index 79%
|
| rename from chrome/browser/media/media_stream_device_permissions.h
|
| rename to chrome/browser/media/webrtc/media_stream_device_permissions.h
|
| index 5a1563035ac90ee70b22d3379c47e21652a2b4d9..ba300cc88d90769e1763719f9dae2cef30e18603 100644
|
| --- a/chrome/browser/media/media_stream_device_permissions.h
|
| +++ b/chrome/browser/media/webrtc/media_stream_device_permissions.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_STREAM_DEVICE_PERMISSIONS_H_
|
| -#define CHROME_BROWSER_MEDIA_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
| +#define CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
|
|
| #include "components/content_settings/core/common/content_settings.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
| @@ -24,4 +24,4 @@ MediaStreamDevicePolicy GetDevicePolicy(const Profile* profile,
|
| const char* policy_name,
|
| const char* whitelist_policy_name);
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
| +#endif // CHROME_BROWSER_MEDIA_WEBRTC_MEDIA_STREAM_DEVICE_PERMISSIONS_H_
|
|
|