| Index: chrome/renderer/media/webrtc_logging_message_filter.h
|
| diff --git a/content/renderer/media/webrtc_logging_message_filter.h b/chrome/renderer/media/webrtc_logging_message_filter.h
|
| similarity index 84%
|
| rename from content/renderer/media/webrtc_logging_message_filter.h
|
| rename to chrome/renderer/media/webrtc_logging_message_filter.h
|
| index 2f40366f8643601082a3d533b08d394b2f0a2fb6..ea82eb1f3871300afd4da444507a9a7bfc76b4f6 100644
|
| --- a/content/renderer/media/webrtc_logging_message_filter.h
|
| +++ b/chrome/renderer/media/webrtc_logging_message_filter.h
|
| @@ -2,25 +2,24 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_MEDIA_WEBRTC_LOGGING_MESSAGE_FILTER_H_
|
| -#define CONTENT_RENDERER_MEDIA_WEBRTC_LOGGING_MESSAGE_FILTER_H_
|
| +#ifndef CHROME_RENDERER_MEDIA_WEBRTC_LOGGING_MESSAGE_FILTER_H_
|
| +#define CHROME_RENDERER_MEDIA_WEBRTC_LOGGING_MESSAGE_FILTER_H_
|
|
|
| #include "base/shared_memory.h"
|
| -#include "content/common/content_export.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
| }
|
|
|
| -namespace content {
|
| +namespace chrome {
|
|
|
| class WebRtcLoggingHandlerImpl;
|
|
|
| // Filter for WebRTC logging messages. Sits between WebRtcLoggingHandlerImpl
|
| // (renderer process) and WebRtcLoggingHandlerHost (browser process). Must be
|
| // called on the IO thread.
|
| -class CONTENT_EXPORT WebRtcLoggingMessageFilter
|
| +class WebRtcLoggingMessageFilter
|
| : public IPC::ChannelProxy::MessageFilter {
|
| public:
|
| explicit WebRtcLoggingMessageFilter(
|
| @@ -63,6 +62,6 @@ class CONTENT_EXPORT WebRtcLoggingMessageFilter
|
| DISALLOW_COPY_AND_ASSIGN(WebRtcLoggingMessageFilter);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace chrome
|
|
|
| -#endif // CONTENT_RENDERER_MEDIA_WEBRTC_LOGGING_MESSAGE_FILTER_H_
|
| +#endif // CHROME_RENDERER_MEDIA_WEBRTC_LOGGING_MESSAGE_FILTER_H_
|
|
|