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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimRequest.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/web/tests/sim/SimRequest.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimRequest.h b/third_party/WebKit/Source/web/tests/sim/SimRequest.h
index 12ebe683075a43a40a456b8c37cf2e2c093f3771..0c97ad811fe16474577f1a6989d8abfae977d719 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimRequest.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimRequest.h
@@ -47,8 +47,7 @@ class SimRequest final {
void reset();
// Used by SimNetwork.
- void didReceiveResponse(WebURLLoaderClient*,
- const WebURLResponse&);
+ void didReceiveResponse(WebURLLoaderClient*, const WebURLResponse&);
void didFail(const WebURLError&);
String m_url;
« no previous file with comments | « third_party/WebKit/Source/web/tests/sim/SimNetwork.h ('k') | third_party/WebKit/Source/web/tests/sim/SimTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698