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

Unified Diff: components/safe_browsing_db/hit_report.h

Issue 1624723002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fetch, rebase, format Created 4 years, 11 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
« no previous file with comments | « components/safe_browsing_db/DEPS ('k') | components/safe_browsing_db/metadata.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/hit_report.h
diff --git a/components/safe_browsing_db/hit_report.h b/components/safe_browsing_db/hit_report.h
index 5cb188677bb4651bed94fa856dc8f7a95e251057..74c93bd09d370debec9a7d15a0e268c78bdecbcc 100644
--- a/components/safe_browsing_db/hit_report.h
+++ b/components/safe_browsing_db/hit_report.h
@@ -4,8 +4,8 @@
//
// Datastructures that hold details of a Safe Browsing hit for reporting.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_HIT_REPORT_H_
-#define CHROME_BROWSER_SAFE_BROWSING_HIT_REPORT_H_
+#ifndef COMPONENTS_SAFE_BROWSING_DB_HIT_REPORT_H_
+#define COMPONENTS_SAFE_BROWSING_DB_HIT_REPORT_H_
#include "components/safe_browsing_db/util.h"
#include "url/gurl.h"
@@ -43,4 +43,4 @@ struct HitReport {
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_HIT_REPORT_H_
+#endif // COMPONENTS_SAFE_BROWSING_DB_HIT_REPORT_H_
« no previous file with comments | « components/safe_browsing_db/DEPS ('k') | components/safe_browsing_db/metadata.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698