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

Unified Diff: Source/modules/webmidi/MIDIAccess.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/modules/webmidi/MIDIAccess.h
diff --git a/Source/modules/webmidi/MIDIAccess.h b/Source/modules/webmidi/MIDIAccess.h
index 697458b5f94328de9f921ec7073d953235618afa..05391815e748e00bbb2faba624fdb9e66999761e 100644
--- a/Source/modules/webmidi/MIDIAccess.h
+++ b/Source/modules/webmidi/MIDIAccess.h
@@ -99,8 +99,8 @@ private:
OwnPtr<MIDIAccessor> m_accessor;
bool m_sysexEnabled;
- HeapVector<Member<MIDIInput> > m_inputs;
- HeapVector<Member<MIDIOutput> > m_outputs;
+ HeapVector<Member<MIDIInput>> m_inputs;
+ HeapVector<Member<MIDIOutput>> m_outputs;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698