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

Unified Diff: Source/platform/audio/HRTFKernel.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « Source/platform/audio/HRTFElevation.cpp ('k') | Source/platform/audio/MultiChannelResampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFKernel.h
diff --git a/Source/platform/audio/HRTFKernel.h b/Source/platform/audio/HRTFKernel.h
index 4e7242411b8a546801b688157db991c38f961d10..34c42b813e495bd944452782d04dcd618ed11696 100644
--- a/Source/platform/audio/HRTFKernel.h
+++ b/Source/platform/audio/HRTFKernel.h
@@ -91,7 +91,7 @@ private:
float m_sampleRate;
};
-typedef Vector<RefPtr<HRTFKernel> > HRTFKernelList;
+typedef Vector<RefPtr<HRTFKernel>> HRTFKernelList;
} // namespace blink
« no previous file with comments | « Source/platform/audio/HRTFElevation.cpp ('k') | Source/platform/audio/MultiChannelResampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698