Index: components/safe_browsing/browser/threat_details_cache.cc |
diff --git a/chrome/browser/safe_browsing/threat_details_cache.cc b/components/safe_browsing/browser/threat_details_cache.cc |
similarity index 97% |
rename from chrome/browser/safe_browsing/threat_details_cache.cc |
rename to components/safe_browsing/browser/threat_details_cache.cc |
index 071bc9ef5c6c54267cd5ddb175a58fd2d3ed046f..8604cb0d01276a977a99fc92d892409f8a890c45 100644 |
--- a/chrome/browser/safe_browsing/threat_details_cache.cc |
+++ b/components/safe_browsing/browser/threat_details_cache.cc |
@@ -4,7 +4,7 @@ |
// |
// Implementation of the ThreatDetails class. |
-#include "chrome/browser/safe_browsing/threat_details.h" |
+#include "components/safe_browsing/browser/threat_details.h" |
#include <stdint.h> |
@@ -12,8 +12,8 @@ |
#include "base/lazy_instance.h" |
#include "base/md5.h" |
#include "base/strings/string_util.h" |
-#include "chrome/browser/safe_browsing/threat_details_cache.h" |
#include "components/data_use_measurement/core/data_use_user_data.h" |
+#include "components/safe_browsing/browser/threat_details_cache.h" |
#include "content/public/browser/browser_thread.h" |
#include "net/base/host_port_pair.h" |
#include "net/base/load_flags.h" |
@@ -98,7 +98,7 @@ void ThreatDetailsCacheCollector::OpenEntry() { |
setting: |
"Users can enable or disable this feature by stopping sending " |
"security incident reports to Google via disabling 'Automatically " |
- "report details of possible security incdients to Google.' in " |
+ "report details of possible security incidents to Google.' in " |
"Chrome's settings under Advanced Settings, Privacy. The feature " |
"is disabled by default." |
chrome_policy { |