Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: components/safe_browsing/browser/threat_details_cache.cc

Issue 2836103002: Componentize safe_browsing: move threat_details* to component. (Closed)
Patch Set: fix spelling and typos Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « components/safe_browsing/browser/threat_details_cache.h ('k') | components/safe_browsing/browser/threat_details_history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698