| Index: chrome/browser/media/webrtc/webrtc_log_util.h
|
| diff --git a/chrome/browser/media/webrtc_log_util.h b/chrome/browser/media/webrtc/webrtc_log_util.h
|
| similarity index 85%
|
| rename from chrome/browser/media/webrtc_log_util.h
|
| rename to chrome/browser/media/webrtc/webrtc_log_util.h
|
| index 1bc1f95590325b2cfe5989cb7056f9cb1a8b1fe1..34a9f86658779ed23f3d8cd3ed354ce3d18742a1 100644
|
| --- a/chrome/browser/media/webrtc_log_util.h
|
| +++ b/chrome/browser/media/webrtc/webrtc_log_util.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_LOG_UTIL_H_
|
| -#define CHROME_BROWSER_MEDIA_WEBRTC_LOG_UTIL_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UTIL_H_
|
| +#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UTIL_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/time/time.h"
|
| @@ -27,4 +27,4 @@ class WebRtcLogUtil {
|
| static void DeleteOldWebRtcLogFilesForAllProfiles();
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_WEBRTC_LOG_UTIL_H_
|
| +#endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UTIL_H_
|
|
|