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

Unified Diff: chrome/browser/renderer_host/audio_renderer_host.h

Issue 118162: Reduce header dependencies in base/ (Closed)
Patch Set: Created 11 years, 7 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/renderer_host/audio_renderer_host.h
diff --git a/chrome/browser/renderer_host/audio_renderer_host.h b/chrome/browser/renderer_host/audio_renderer_host.h
index c7dd0a204fc3ccbc6ab0ca8fedfd6f624f54d0cb..14ed6d2f1df8ea9a15d6a9679a8a1e0ad4550c65 100644
--- a/chrome/browser/renderer_host/audio_renderer_host.h
+++ b/chrome/browser/renderer_host/audio_renderer_host.h
@@ -36,6 +36,7 @@
#include <map>
#include <deque>
+#include "base/lock.h"
#include "base/process.h"
#include "base/ref_counted.h"
#include "base/shared_memory.h"
@@ -44,7 +45,6 @@
#include "media/audio/audio_output.h"
class AudioManager;
-class Lock;
class MessageLoop;
struct ViewHostMsg_Audio_CreateStream;

Powered by Google App Engine
This is Rietveld 408576698