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

Unified Diff: Source/modules/encryptedmedia/MediaKeys.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/encryptedmedia/MediaKeys.h
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h
index 1fb5693f9b5d083f672fe6ed5b1222aa508ebb7e..a7b817d0cb2783ef1de2d2f52036823afa7eacb2 100644
--- a/Source/modules/encryptedmedia/MediaKeys.h
+++ b/Source/modules/encryptedmedia/MediaKeys.h
@@ -74,7 +74,7 @@ private:
const String m_keySystem;
OwnPtr<blink::WebContentDecryptionModule> m_cdm;
- HeapDeque<Member<PendingAction> > m_pendingActions;
+ HeapDeque<Member<PendingAction>> m_pendingActions;
Timer<MediaKeys> m_timer;
};

Powered by Google App Engine
This is Rietveld 408576698