| 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 92%
|
| rename from chrome/renderer/safe_browsing/threat_dom_details.h
|
| rename to components/safe_browsing/renderer/threat_dom_details.h
|
| index e5b947d04635840eace883a377e91cb1df553b69..0f48d0b16f675cbf844a36b89710a5ea828ffc5a 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>
|
|
|
| @@ -78,4 +78,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_
|
|
|