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

Unified Diff: Source/platform/CheckedInt.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/platform/AsyncMethodRunner.h ('k') | Source/platform/CrossThreadCopier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/CheckedInt.h
diff --git a/Source/platform/CheckedInt.h b/Source/platform/CheckedInt.h
index 67f8a1e9da3488c0554818d1321fa16e618b87f9..940399302faa2e67ba2fc0031df6100bc25e80c7 100644
--- a/Source/platform/CheckedInt.h
+++ b/Source/platform/CheckedInt.h
@@ -748,7 +748,7 @@ struct CastToCheckedIntImpl
};
template<typename T>
-struct CastToCheckedIntImpl<T, CheckedInt<T> >
+struct CastToCheckedIntImpl<T, CheckedInt<T>>
{
typedef const CheckedInt<T>& ReturnType;
static const CheckedInt<T>& run(const CheckedInt<T>& u) { return u; }
« no previous file with comments | « Source/platform/AsyncMethodRunner.h ('k') | Source/platform/CrossThreadCopier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698