| Index: content/browser/webrtc/webrtc_internals_ui.h
|
| diff --git a/content/browser/media/webrtc/webrtc_internals_ui.h b/content/browser/webrtc/webrtc_internals_ui.h
|
| similarity index 74%
|
| rename from content/browser/media/webrtc/webrtc_internals_ui.h
|
| rename to content/browser/webrtc/webrtc_internals_ui.h
|
| index 2347ff9f6a3b2bc15ac85952cdf365e88eba65a2..e4e4b539aa9f9ebb886d475d85f1e29c60f4c4c5 100644
|
| --- a/content/browser/media/webrtc/webrtc_internals_ui.h
|
| +++ b/content/browser/webrtc/webrtc_internals_ui.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 CONTENT_BROWSER_MEDIA_WEBRTC_WEBRTC_INTERNALS_UI_H_
|
| -#define CONTENT_BROWSER_MEDIA_WEBRTC_WEBRTC_INTERNALS_UI_H_
|
| +#ifndef CONTENT_BROWSER_WEBRTC_WEBRTC_INTERNALS_UI_H_
|
| +#define CONTENT_BROWSER_WEBRTC_WEBRTC_INTERNALS_UI_H_
|
|
|
| #include "base/macros.h"
|
| #include "content/public/browser/web_ui_controller.h"
|
| @@ -21,4 +21,4 @@ class WebRTCInternalsUI : public WebUIController {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_MEDIA_WEBRTC_WEBRTC_INTERNALS_UI_H_
|
| +#endif // CONTENT_BROWSER_WEBRTC_WEBRTC_INTERNALS_UI_H_
|
|
|