Index: chrome/browser/safe_browsing/safe_browsing_service.h |
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h |
index 49b5e4e9be6a902d6ec1d664fc4eacaabb57ecaa..f44d6aaaa7f793368bf33e43e5611288a7a7abe8 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_service.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h |
@@ -338,7 +338,8 @@ class SafeBrowsingService : public base::RefCountedThreadSafe< |
// both UI and IO thread. |
scoped_refptr<SafeBrowsingDatabaseManager> database_manager_; |
- // The navigation observer manager handles download attribution. |
+ // The navigation observer manager handles attribution of safe browsing |
+ // events. |
scoped_refptr<SafeBrowsingNavigationObserverManager> |
navigation_observer_manager_; |
lpz
2017/03/29 13:46:27
+indent on this line?
Jialiu Lin
2017/03/29 20:40:00
Done.
|