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

Unified Diff: Source/platform/mhtml/MHTMLParser.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/mhtml/MHTMLArchive.h ('k') | Source/platform/network/HTTPHeaderMap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mhtml/MHTMLParser.h
diff --git a/Source/platform/mhtml/MHTMLParser.h b/Source/platform/mhtml/MHTMLParser.h
index 16d4862fb3bc796fe500457510e961b6bedbd0a5..3764321210fcc914f7904bf7a585866419b6f976 100644
--- a/Source/platform/mhtml/MHTMLParser.h
+++ b/Source/platform/mhtml/MHTMLParser.h
@@ -67,8 +67,8 @@ private:
void addResourceToArchive(ArchiveResource*, MHTMLArchive*);
SharedBufferChunkReader m_lineReader;
- WillBeHeapVector<RefPtrWillBeMember<ArchiveResource> > m_resources;
- WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive> > m_frames;
+ WillBeHeapVector<RefPtrWillBeMember<ArchiveResource>> m_resources;
+ WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive>> m_frames;
};
}
« no previous file with comments | « Source/platform/mhtml/MHTMLArchive.h ('k') | Source/platform/network/HTTPHeaderMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698