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

Unified Diff: content/browser/renderer_host/media/media_devices_manager.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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: content/browser/renderer_host/media/media_devices_manager.h
diff --git a/content/browser/renderer_host/media/media_devices_manager.h b/content/browser/renderer_host/media/media_devices_manager.h
index 55acd9ac8d099219e60f9f134de3399ff42cb15e..9610acbbaa7f47a940a9ffb0f8167a236cb50ed5 100644
--- a/content/browser/renderer_host/media/media_devices_manager.h
+++ b/content/browser/renderer_host/media/media_devices_manager.h
@@ -16,10 +16,6 @@
#include "content/common/media/media_devices.h"
#include "media/capture/video/video_capture_device_descriptor.h"
-namespace base {
-class SingleThreadTaskRunner;
-}
-
namespace media {
class AudioManager;
}

Powered by Google App Engine
This is Rietveld 408576698