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

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc

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/platform/testing/weburl_loader_mock_factory_impl.cc
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc
index 9d60cd27cd816532086b8c22c488c85fec66c658..e58ee615dc0058385b7cd53d788966c04f0790a4 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc
@@ -22,8 +22,7 @@
namespace blink {
-std::unique_ptr<WebURLLoaderMockFactory> WebURLLoaderMockFactory::create()
-{
+std::unique_ptr<WebURLLoaderMockFactory> WebURLLoaderMockFactory::create() {
return WTF::wrapUnique(new WebURLLoaderMockFactoryImpl(nullptr));
}
@@ -53,7 +52,6 @@ void WebURLLoaderMockFactoryImpl::registerURL(const WebURL& url,
url_to_response_info_.set(url, response_info);
}
-
void WebURLLoaderMockFactoryImpl::registerErrorURL(
const WebURL& url,
const WebURLResponse& response,
@@ -183,4 +181,4 @@ bool WebURLLoaderMockFactoryImpl::ReadFile(const base::FilePath& file_path,
return true;
}
-} // namespace blink
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698