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

Unified Diff: Source/wtf/StreamBuffer.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/SizeLimits.cpp ('k') | Source/wtf/TypeTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/StreamBuffer.h
diff --git a/Source/wtf/StreamBuffer.h b/Source/wtf/StreamBuffer.h
index 59cdf71c67a63461681791ddcf79abff2a879c85..f735e48c07c130e4006cce07b1adec8772735063 100644
--- a/Source/wtf/StreamBuffer.h
+++ b/Source/wtf/StreamBuffer.h
@@ -107,7 +107,7 @@ public:
private:
size_t m_size;
size_t m_readOffset;
- Deque<OwnPtr<Block> > m_buffer;
+ Deque<OwnPtr<Block>> m_buffer;
};
} // namespace WTF
« no previous file with comments | « Source/wtf/SizeLimits.cpp ('k') | Source/wtf/TypeTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698