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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 843683005: Fix a bit of C++11 in web/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 32b4d3610d0736a342ee397975fc4004c4d02400..360d27e8f8e90886c61f501a0cd1939bc418249b 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -148,7 +148,7 @@ private:
OwnPtr<IntPoint> m_lastPinchAnchorCss;
OwnPtr<IntPoint> m_lastPinchAnchorDip;
- typedef Vector<RefPtr<JSONObject> > FrontendMessageQueue;
+ typedef Vector<RefPtr<JSONObject>> FrontendMessageQueue;
FrontendMessageQueue m_frontendMessageQueue;
};

Powered by Google App Engine
This is Rietveld 408576698