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

Unified Diff: Source/core/testing/DictionaryTest.h

Issue 1013213002: Fix template angle bracket syntax in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/core/plugins/PluginOcclusionSupport.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/DictionaryTest.h
diff --git a/Source/core/testing/DictionaryTest.h b/Source/core/testing/DictionaryTest.h
index c8a28af076c3a4a6429fc4467bf3ce321ce31788..722bb8f68058e8bb08b0db45a4921c1de1343310 100644
--- a/Source/core/testing/DictionaryTest.h
+++ b/Source/core/testing/DictionaryTest.h
@@ -60,8 +60,8 @@ private:
String m_stringMemberWithDefault;
String m_byteStringMember;
String m_usvStringMember;
- Nullable<Vector<String> > m_stringSequenceMember;
- Nullable<Vector<String> > m_stringSequenceOrNullMember;
+ Nullable<Vector<String>> m_stringSequenceMember;
+ Nullable<Vector<String>> m_stringSequenceOrNullMember;
String m_enumMember;
String m_enumMemberWithDefault;
String m_enumOrNullMember;
« no previous file with comments | « Source/core/plugins/PluginOcclusionSupport.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698