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

Unified Diff: Source/modules/webaudio/PeriodicWave.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/AudioParamTimeline.h ('k') | Source/modules/webdatabase/DOMWindowWebDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/PeriodicWave.h
diff --git a/Source/modules/webaudio/PeriodicWave.h b/Source/modules/webaudio/PeriodicWave.h
index 1e62820f3ff955251f2e329798c943776e1049e6..5300c84563427207f3edeb7937ec3dbac800fc76 100644
--- a/Source/modules/webaudio/PeriodicWave.h
+++ b/Source/modules/webaudio/PeriodicWave.h
@@ -32,10 +32,8 @@
#include "bindings/v8/ScriptWrappable.h"
#include "platform/audio/AudioArray.h"
#include "wtf/Float32Array.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/PassRefPtr.h"
+#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
namespace WebCore {
« no previous file with comments | « Source/modules/webaudio/AudioParamTimeline.h ('k') | Source/modules/webdatabase/DOMWindowWebDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698