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

Unified Diff: Source/platform/audio/HRTFElevation.cpp

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/HRTFDatabaseLoader.cpp ('k') | Source/platform/audio/HRTFKernel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFElevation.cpp
diff --git a/Source/platform/audio/HRTFElevation.cpp b/Source/platform/audio/HRTFElevation.cpp
index 9abf802f8d2fa41f9dff5296ccaa57baf55598d4..fb27734a9335049b9e2b9e0b5b877aaf821ce1de 100644
--- a/Source/platform/audio/HRTFElevation.cpp
+++ b/Source/platform/audio/HRTFElevation.cpp
@@ -70,7 +70,7 @@ const int ElevationIndexTable[ElevationIndexTableSize] = {
// local hash table to ensure quick efficient future retrievals.
static PassRefPtr<AudioBus> getConcatenatedImpulseResponsesForSubject(const String& subjectName)
{
- typedef HashMap<String, RefPtr<AudioBus> > AudioBusMap;
+ typedef HashMap<String, RefPtr<AudioBus>> AudioBusMap;
DEFINE_STATIC_LOCAL(AudioBusMap, audioBusMap, ());
DEFINE_STATIC_LOCAL(Mutex, mutex, ());
« no previous file with comments | « Source/platform/audio/HRTFDatabaseLoader.cpp ('k') | Source/platform/audio/HRTFKernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698