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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimNetwork.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/SimNetwork.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
index a56e40a12c9f3d31ec0f852cbfdecec19ae839fc..719edd6cc7c9e404ade06fc1e6efe55a29827383 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
@@ -34,8 +34,7 @@ class SimNetwork final : public WebURLLoaderTestDelegate {
void removeRequest(SimRequest&);
// WebURLLoaderTestDelegate
- void didReceiveResponse(WebURLLoaderClient*,
- const WebURLResponse&) override;
+ void didReceiveResponse(WebURLLoaderClient*, const WebURLResponse&) override;
void didReceiveData(WebURLLoaderClient*,
const char* data,
int dataLength) override;
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/Source/web/tests/sim/SimRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698