| Index: content/browser/webrtc/webrtc_eventlog_host.h
|
| diff --git a/content/browser/media/webrtc/webrtc_eventlog_host.h b/content/browser/webrtc/webrtc_eventlog_host.h
|
| similarity index 93%
|
| rename from content/browser/media/webrtc/webrtc_eventlog_host.h
|
| rename to content/browser/webrtc/webrtc_eventlog_host.h
|
| index feaa34d6a00077e80ab8e5ed332bead84d02576b..aa030fb94f920079afb2205492aeef7b7be0b6fc 100644
|
| --- a/content/browser/media/webrtc/webrtc_eventlog_host.h
|
| +++ b/content/browser/webrtc/webrtc_eventlog_host.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 CONTENT_BROWSER_MEDIA_WEBRTC_WEBRTC_EVENTLOG_HOST_H_
|
| -#define CONTENT_BROWSER_MEDIA_WEBRTC_WEBRTC_EVENTLOG_HOST_H_
|
| +#ifndef CONTENT_BROWSER_WEBRTC_WEBRTC_EVENTLOG_HOST_H_
|
| +#define CONTENT_BROWSER_WEBRTC_WEBRTC_EVENTLOG_HOST_H_
|
|
|
| #include <vector>
|
|
|
| @@ -74,4 +74,4 @@ class CONTENT_EXPORT WebRTCEventLogHost {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_MEDIA_WEBRTC_WEBRTC_EVENTLOG_HOST_H_
|
| +#endif // CONTENT_BROWSER_WEBRTC_WEBRTC_EVENTLOG_HOST_H_
|
|
|