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

Unified Diff: Source/wtf/text/TextPosition.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/text/StringOperators.h ('k') | Source/wtf/text/TextPosition.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/TextPosition.h
diff --git a/Source/wtf/text/TextPosition.h b/Source/wtf/text/TextPosition.h
index a1c05092a620485ab4b99df1c92d5cc7f11ec8e6..8626054b91936f256dfb73d91702671c6e39df17 100644
--- a/Source/wtf/text/TextPosition.h
+++ b/Source/wtf/text/TextPosition.h
@@ -83,7 +83,7 @@ public:
OrdinalNumber m_column;
};
-WTF_EXPORT PassOwnPtr<Vector<unsigned> > lineEndings(const String&);
+WTF_EXPORT PassOwnPtr<Vector<unsigned>> lineEndings(const String&);
} // namespace WTF
« no previous file with comments | « Source/wtf/text/StringOperators.h ('k') | Source/wtf/text/TextPosition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698