| Index: chrome/browser/media/webrtc/webrtc_log_uploader.h
|
| diff --git a/chrome/browser/media/webrtc_log_uploader.h b/chrome/browser/media/webrtc/webrtc_log_uploader.h
|
| similarity index 96%
|
| rename from chrome/browser/media/webrtc_log_uploader.h
|
| rename to chrome/browser/media/webrtc/webrtc_log_uploader.h
|
| index ed8481505c289c6260fe85b2b460e3a0ad09b37e..4a8f5447fe2b8f9e6db46503626c8c44eb531554 100644
|
| --- a/chrome/browser/media/webrtc_log_uploader.h
|
| +++ b/chrome/browser/media/webrtc/webrtc_log_uploader.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_UPLOADER_H_
|
| -#define CHROME_BROWSER_MEDIA_WEBRTC_LOG_UPLOADER_H_
|
| +#ifndef CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UPLOADER_H_
|
| +#define CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UPLOADER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -14,7 +14,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
| -#include "chrome/browser/media/webrtc_logging_handler_host.h"
|
| +#include "chrome/browser/media/webrtc/webrtc_logging_handler_host.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| class Profile;
|
| @@ -199,4 +199,4 @@ class WebRtcLogUploader : public net::URLFetcherDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(WebRtcLogUploader);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_WEBRTC_LOG_UPLOADER_H_
|
| +#endif // CHROME_BROWSER_MEDIA_WEBRTC_WEBRTC_LOG_UPLOADER_H_
|
|
|