Index: chrome/browser/safe_browsing/client_side_detection_service.h |
diff --git a/chrome/browser/safe_browsing/client_side_detection_service.h b/chrome/browser/safe_browsing/client_side_detection_service.h |
index ed44a431b9eeb4eca68de4b8c3f0905dac4df3f9..f7a0d0ad933c4c2c1e571f98192f49e0d5371c6a 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_service.h |
+++ b/chrome/browser/safe_browsing/client_side_detection_service.h |
@@ -316,10 +316,6 @@ class ClientSideDetectionService : public net::URLFetcherDelegate, |
// of malware requests that we send in a day. |
std::queue<base::Time> malware_report_times_; |
- // Used to asynchronously call the callbacks for |
- // SendClientReportPhishingRequest. |
- base::WeakPtrFactory<ClientSideDetectionService> weak_factory_; |
- |
// The context we use to issue network requests. |
scoped_refptr<net::URLRequestContextGetter> request_context_getter_; |
@@ -329,6 +325,10 @@ class ClientSideDetectionService : public net::URLFetcherDelegate, |
content::NotificationRegistrar registrar_; |
+ // Used to asynchronously call the callbacks for |
+ // SendClientReportPhishingRequest. |
+ base::WeakPtrFactory<ClientSideDetectionService> weak_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ClientSideDetectionService); |
}; |
} // namespace safe_browsing |