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

Unified Diff: Source/modules/webaudio/AudioParamTimeline.h

Issue 334263022: Include wtf/RefCounted.h less often in modules/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/modules/webaudio/AudioBasicProcessorNode.h ('k') | Source/modules/webaudio/PeriodicWave.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioParamTimeline.h
diff --git a/Source/modules/webaudio/AudioParamTimeline.h b/Source/modules/webaudio/AudioParamTimeline.h
index 350d3bcb89f993b9f8e5344b19861446dbcbb987..3a6fdcee4f77c84351b35b783d1bc881d248b7b6 100644
--- a/Source/modules/webaudio/AudioParamTimeline.h
+++ b/Source/modules/webaudio/AudioParamTimeline.h
@@ -31,8 +31,7 @@
#include "modules/webaudio/AudioContext.h"
#include "wtf/Float32Array.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
+#include "wtf/Forward.h"
#include "wtf/Threading.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/modules/webaudio/AudioBasicProcessorNode.h ('k') | Source/modules/webaudio/PeriodicWave.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698