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 89a4196e01e081ae4a2047313cf0a60c78d2ea2d..1ca33a59c3be9823874e039f2f180e424317f51d 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.cc |
@@ -323,8 +323,8 @@ ClientSideDetectionHost::ClientSideDetectionHost(WebContents* tab) |
should_extract_malware_features_(true), |
should_classify_for_malware_(false), |
pageload_complete_(false), |
- weak_factory_(this), |
- unsafe_unique_page_id_(-1) { |
+ unsafe_unique_page_id_(-1), |
+ weak_factory_(this) { |
DCHECK(tab); |
// Note: csd_service_ and sb_service will be NULL here in testing. |
csd_service_ = g_browser_process->safe_browsing_detection_service(); |