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

Unified Diff: Source/platform/mhtml/MHTMLArchive.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/ArchiveResourceCollection.h ('k') | Source/platform/mhtml/MHTMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mhtml/MHTMLArchive.h
diff --git a/Source/platform/mhtml/MHTMLArchive.h b/Source/platform/mhtml/MHTMLArchive.h
index b6b4268d38eeee0966433256a2fe3509c40ddf62..ab57bb74b11cc20d8264c374f01ce3967f444aad 100644
--- a/Source/platform/mhtml/MHTMLArchive.h
+++ b/Source/platform/mhtml/MHTMLArchive.h
@@ -60,8 +60,8 @@ public:
// Binary encoding results in smaller MHTML files but they might not work in other browsers.
static PassRefPtr<SharedBuffer> generateMHTMLData(const Vector<SerializedResource>&, EncodingPolicy, const String& title, const String& mimeType);
- typedef WillBeHeapVector<RefPtrWillBeMember<ArchiveResource> > SubArchiveResources;
- typedef WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive> > SubFrameArchives;
+ typedef WillBeHeapVector<RefPtrWillBeMember<ArchiveResource>> SubArchiveResources;
+ typedef WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive>> SubFrameArchives;
ArchiveResource* mainResource() { return m_mainResource.get(); }
const SubArchiveResources& subresources() const { return m_subresources; }
« no previous file with comments | « Source/platform/mhtml/ArchiveResourceCollection.h ('k') | Source/platform/mhtml/MHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698