Index: chrome/browser/safe_browsing/client_side_detection_host.cc |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc |
index d81b3929ff9070b90c567e64feb0d2f56e70b2a5..89a4196e01e081ae4a2047313cf0a60c78d2ea2d 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.cc |
@@ -678,12 +678,11 @@ void ClientSideDetectionHost::MalwareFeatureExtractionDone( |
} |
} |
-void ClientSideDetectionHost::UpdateIPUrlMap( |
- const std::string& ip, |
- const std::string& url, |
- const std::string& method, |
- const std::string& referrer, |
- const ResourceType::Type resource_type) { |
+void ClientSideDetectionHost::UpdateIPUrlMap(const std::string& ip, |
+ const std::string& url, |
+ const std::string& method, |
+ const std::string& referrer, |
+ const ResourceType resource_type) { |
if (ip.empty() || url.empty()) |
return; |