| Index: components/safe_browsing/renderer/threat_dom_details.h
|
| diff --git a/chrome/renderer/safe_browsing/threat_dom_details.h b/components/safe_browsing/renderer/threat_dom_details.h
|
| similarity index 89%
|
| rename from chrome/renderer/safe_browsing/threat_dom_details.h
|
| rename to components/safe_browsing/renderer/threat_dom_details.h
|
| index 2cab3d2814d21acaeea7592b57242b2fb2c562da..a872184653fe74b036418338778679bda05c770b 100644
|
| --- a/chrome/renderer/safe_browsing/threat_dom_details.h
|
| +++ b/components/safe_browsing/renderer/threat_dom_details.h
|
| @@ -6,8 +6,8 @@
|
| // interesting URLs such as those of scripts and frames. When done, it sends
|
| // them to the ThreatDetails that requested them.
|
|
|
| -#ifndef CHROME_RENDERER_SAFE_BROWSING_THREAT_DOM_DETAILS_H_
|
| -#define CHROME_RENDERER_SAFE_BROWSING_THREAT_DOM_DETAILS_H_
|
| +#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_THREAT_DOM_DETAILS_H_
|
| +#define COMPONENTS_SAFE_BROWSING_RENDERER_THREAT_DOM_DETAILS_H_
|
|
|
| #include <vector>
|
|
|
| @@ -50,4 +50,4 @@ class ThreatDOMDetails : public content::RenderFrameObserver {
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_RENDERER_SAFE_BROWSING_THREAT_DOM_DETAILS_H_
|
| +#endif // COMPONENTS_SAFE_BROWSING_RENDERER_THREAT_DOM_DETAILS_H_
|
|
|