| Index: chrome/browser/media/webrtc/webrtc_rtp_dump_writer.h
|
| diff --git a/chrome/browser/media/webrtc_rtp_dump_writer.h b/chrome/browser/media/webrtc/webrtc_rtp_dump_writer.h
|
| similarity index 95%
|
| rename from chrome/browser/media/webrtc_rtp_dump_writer.h
|
| rename to chrome/browser/media/webrtc/webrtc_rtp_dump_writer.h
|
| index 074c7717313f0e0e1234b0d9b111f0af87df610d..fb902c1020e65be9b3dccde12d596b16111e781c 100644
|
| --- a/chrome/browser/media/webrtc_rtp_dump_writer.h
|
| +++ b/chrome/browser/media/webrtc/webrtc_rtp_dump_writer.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_RTP_DUMP_WRITER_H_
|
| -#define CHROME_BROWSER_MEDIA_WEBRTC_RTP_DUMP_WRITER_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_RTP_DUMP_WRITER_H_
|
| +#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_RTP_DUMP_WRITER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -16,7 +16,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/media/rtp_dump_type.h"
|
| +#include "chrome/browser/media/webrtc/rtp_dump_type.h"
|
|
|
| // This class is responsible for creating the compressed RTP header dump file:
|
| // - Adds the RTP headers to an in-memory buffer.
|
| @@ -138,4 +138,4 @@ class WebRtcRtpDumpWriter {
|
| DISALLOW_COPY_AND_ASSIGN(WebRtcRtpDumpWriter);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_WEBRTC_RTP_DUMP_WRITER_H_
|
| +#endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_RTP_DUMP_WRITER_H_
|
|
|