| Index: chrome/browser/media/webrtc/webrtc_logging_handler_host.h
|
| diff --git a/chrome/browser/media/webrtc_logging_handler_host.h b/chrome/browser/media/webrtc/webrtc_logging_handler_host.h
|
| similarity index 97%
|
| rename from chrome/browser/media/webrtc_logging_handler_host.h
|
| rename to chrome/browser/media/webrtc/webrtc_logging_handler_host.h
|
| index f55ee84bf8aa7a7603f2f82335e3b1c8a5a424c2..382753bbf88466de4a3a0994be88f23e563398c9 100644
|
| --- a/chrome/browser/media/webrtc_logging_handler_host.h
|
| +++ b/chrome/browser/media/webrtc/webrtc_logging_handler_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 CHROME_BROWSER_MEDIA_WEBRTC_LOGGING_HANDLER_HOST_H_
|
| -#define CHROME_BROWSER_MEDIA_WEBRTC_LOGGING_HANDLER_HOST_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOGGING_HANDLER_HOST_H_
|
| +#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOGGING_HANDLER_HOST_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -15,8 +15,8 @@
|
| #include "base/macros.h"
|
| #include "base/memory/shared_memory.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/media/rtp_dump_type.h"
|
| -#include "chrome/browser/media/webrtc_rtp_dump_handler.h"
|
| +#include "chrome/browser/media/webrtc/rtp_dump_type.h"
|
| +#include "chrome/browser/media/webrtc/webrtc_rtp_dump_handler.h"
|
| #include "chrome/common/media/webrtc_logging_message_data.h"
|
| #include "chrome/common/partial_circular_buffer.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| @@ -295,4 +295,4 @@ class WebRtcLoggingHandlerHost : public content::BrowserMessageFilter {
|
| DISALLOW_COPY_AND_ASSIGN(WebRtcLoggingHandlerHost);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_WEBRTC_LOGGING_HANDLER_HOST_H_
|
| +#endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOGGING_HANDLER_HOST_H_
|
|
|