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

Unified Diff: Source/modules/speech/SpeechGrammarList.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/speech/SpeechGrammarList.h
diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h
index 97da574a93569014f8edfd8a355a79c1d15554c2..f3a67639e7e46f8590ceff67fe2fd3b4b4e73d7e 100644
--- a/Source/modules/speech/SpeechGrammarList.h
+++ b/Source/modules/speech/SpeechGrammarList.h
@@ -50,7 +50,7 @@ public:
private:
SpeechGrammarList();
- HeapVector<Member<SpeechGrammar> > m_grammars;
+ HeapVector<Member<SpeechGrammar>> m_grammars;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698