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

Unified Diff: components/safe_browsing/renderer/phishing_classifier_delegate.h

Issue 2667343006: Componentize safe_browsing [X+1] : move the renderer part to component.
Patch Set: Created 3 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
Index: components/safe_browsing/renderer/phishing_classifier_delegate.h
diff --git a/chrome/renderer/safe_browsing/phishing_classifier_delegate.h b/components/safe_browsing/renderer/phishing_classifier_delegate.h
similarity index 96%
rename from chrome/renderer/safe_browsing/phishing_classifier_delegate.h
rename to components/safe_browsing/renderer/phishing_classifier_delegate.h
index 3804a1cef10633e8b357467f13c00d1385dd6f65..0a09efc711732fd6b5ff55e9c4cee445590fbc66 100644
--- a/chrome/renderer/safe_browsing/phishing_classifier_delegate.h
+++ b/components/safe_browsing/renderer/phishing_classifier_delegate.h
@@ -4,8 +4,8 @@
//
// This class is used by the RenderView to interact with a PhishingClassifier.
-#ifndef CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_DELEGATE_H_
-#define CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_DELEGATE_H_
+#ifndef COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_CLASSIFIER_DELEGATE_H_
+#define COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_CLASSIFIER_DELEGATE_H_
#include <memory>
@@ -142,4 +142,4 @@ class PhishingClassifierDelegate : public content::RenderFrameObserver {
} // namespace safe_browsing
-#endif // CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_DELEGATE_H_
+#endif // COMPONENTS_SAFE_BROWSING_RENDERER_PHISHING_CLASSIFIER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698