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

Unified Diff: Source/platform/mhtml/ArchiveResourceCollection.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/mediastream/RTCConfiguration.h ('k') | Source/platform/mhtml/MHTMLArchive.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mhtml/ArchiveResourceCollection.h
diff --git a/Source/platform/mhtml/ArchiveResourceCollection.h b/Source/platform/mhtml/ArchiveResourceCollection.h
index 8ad590c2827642678ff134c960e0e5c90346d24f..36893764e6e362ad781b7ef02dfce5f0ae4486d8 100644
--- a/Source/platform/mhtml/ArchiveResourceCollection.h
+++ b/Source/platform/mhtml/ArchiveResourceCollection.h
@@ -60,8 +60,8 @@ public:
private:
ArchiveResourceCollection();
- WillBeHeapHashMap<String, RefPtrWillBeMember<ArchiveResource> > m_subresources;
- WillBeHeapHashMap<String, RefPtrWillBeMember<MHTMLArchive> > m_subframes;
+ WillBeHeapHashMap<String, RefPtrWillBeMember<ArchiveResource>> m_subresources;
+ WillBeHeapHashMap<String, RefPtrWillBeMember<MHTMLArchive>> m_subframes;
};
}
« no previous file with comments | « Source/platform/mediastream/RTCConfiguration.h ('k') | Source/platform/mhtml/MHTMLArchive.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698