Index: net/url_request/url_request_job_factory.cc |
diff --git a/net/url_request/url_request_job_factory.cc b/net/url_request/url_request_job_factory.cc |
index e203cb17d6c12d113690034e6cd6ff9750805227..339f176068649d0abc650afb78de8295b380c533 100644 |
--- a/net/url_request/url_request_job_factory.cc |
+++ b/net/url_request/url_request_job_factory.cc |
@@ -6,15 +6,18 @@ |
namespace net { |
-URLRequestJobFactory::ProtocolHandler::~ProtocolHandler() {} |
+URLRequestJobFactory::ProtocolHandler::~ProtocolHandler() { |
+} |
bool URLRequestJobFactory::ProtocolHandler::IsSafeRedirectTarget( |
const GURL& location) const { |
return true; |
} |
-URLRequestJobFactory::URLRequestJobFactory() {} |
+URLRequestJobFactory::URLRequestJobFactory() { |
+} |
-URLRequestJobFactory::~URLRequestJobFactory() {} |
+URLRequestJobFactory::~URLRequestJobFactory() { |
+} |
} // namespace net |