Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: chrome/browser/ui/webui/media/webrtc_internals_ui.h

Issue 11876007: Connecting webrtc-internals WebUI frontend with the backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@main
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/media/webrtc_internals_ui.h
diff --git a/chrome/browser/ui/webui/webrtc_internals_ui.h b/chrome/browser/ui/webui/media/webrtc_internals_ui.h
similarity index 71%
rename from chrome/browser/ui/webui/webrtc_internals_ui.h
rename to chrome/browser/ui/webui/media/webrtc_internals_ui.h
index 2b7692ccd2da61b43d94f82cf7a710fde191e136..2f5c5825ed3941941d858db7821611991e8b16d5 100644
--- a/chrome/browser/ui/webui/webrtc_internals_ui.h
+++ b/chrome/browser/ui/webui/media/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 CHROME_BROWSER_UI_WEBUI_WEBRTC_INTERNALS_UI_H_
-#define CHROME_BROWSER_UI_WEBUI_WEBRTC_INTERNALS_UI_H_
+#ifndef CHROME_BROWSER_UI_WEBUI_MEDIA_WEBRTC_INTERNALS_UI_H_
+#define CHROME_BROWSER_UI_WEBUI_MEDIA_WEBRTC_INTERNALS_UI_H_
#include "content/public/browser/web_ui_controller.h"
@@ -16,4 +16,4 @@ class WebRTCInternalsUI : public content::WebUIController {
DISALLOW_COPY_AND_ASSIGN(WebRTCInternalsUI);
};
-#endif // CHROME_BROWSER_UI_WEBUI_WEBRTC_INTERNALS_UI_H_
+#endif // CHROME_BROWSER_UI_WEBUI_MEDIA_WEBRTC_INTERNALS_UI_H_

Powered by Google App Engine
This is Rietveld 408576698