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

Unified Diff: Source/core/inspector/InspectorResourceContentLoader.h

Issue 884753003: Fix template angle bracket syntax in inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some more fixes 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
Index: Source/core/inspector/InspectorResourceContentLoader.h
diff --git a/Source/core/inspector/InspectorResourceContentLoader.h b/Source/core/inspector/InspectorResourceContentLoader.h
index d37c0c00809a436a81ca398f939307706565b532..edd77b2a7be2dfc8c994273edf9485ba9d4ae0fe 100644
--- a/Source/core/inspector/InspectorResourceContentLoader.h
+++ b/Source/core/inspector/InspectorResourceContentLoader.h
@@ -35,12 +35,12 @@ private:
void checkDone();
void start();
- PersistentHeapVectorWillBeHeapVector<Member<VoidCallback> > m_callbacks;
+ PersistentHeapVectorWillBeHeapVector<Member<VoidCallback>> m_callbacks;
bool m_allRequestsStarted;
bool m_started;
RawPtrWillBeMember<Page> m_page;
HashSet<ResourceClient*> m_pendingResourceClients;
- Vector<ResourcePtr<Resource> > m_resources;
+ Vector<ResourcePtr<Resource>> m_resources;
friend class ResourceClient;
};
« no previous file with comments | « Source/core/inspector/InspectorResourceAgent.h ('k') | Source/core/inspector/InspectorResourceContentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698