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

Unified Diff: Source/wtf/MessageQueue.h

Issue 835953003: Fix template angle bracket syntax (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
« no previous file with comments | « Source/wtf/ListHashSetTest.cpp ('k') | Source/wtf/PassTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/MessageQueue.h
diff --git a/Source/wtf/MessageQueue.h b/Source/wtf/MessageQueue.h
index 04dbd36cb94ec06ff4b450588904e487ddf6b19b..a4c91f6bd05ca0d6f57ff320daec87b256e7b3c8 100644
--- a/Source/wtf/MessageQueue.h
+++ b/Source/wtf/MessageQueue.h
@@ -77,7 +77,7 @@ namespace WTF {
private:
mutable Mutex m_mutex;
ThreadCondition m_condition;
- Deque<OwnPtr<DataType> > m_queue;
+ Deque<OwnPtr<DataType>> m_queue;
bool m_killed;
};
« no previous file with comments | « Source/wtf/ListHashSetTest.cpp ('k') | Source/wtf/PassTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698