| 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 74c93bd09d370debec9a7d15a0e268c78bdecbcc..5cb188677bb4651bed94fa856dc8f7a95e251057 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 COMPONENTS_SAFE_BROWSING_DB_HIT_REPORT_H_
|
| -#define COMPONENTS_SAFE_BROWSING_DB_HIT_REPORT_H_
|
| +#ifndef CHROME_BROWSER_SAFE_BROWSING_HIT_REPORT_H_
|
| +#define CHROME_BROWSER_SAFE_BROWSING_HIT_REPORT_H_
|
|
|
| #include "components/safe_browsing_db/util.h"
|
| #include "url/gurl.h"
|
| @@ -43,4 +43,4 @@
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // COMPONENTS_SAFE_BROWSING_DB_HIT_REPORT_H_
|
| +#endif // CHROME_BROWSER_SAFE_BROWSING_HIT_REPORT_H_
|
|
|