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

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

Issue 8116009: Move RenderProcessObserver and RenderViewVisitor to content\public\renderer and put them in the c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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: chrome/renderer/safe_browsing/phishing_classifier_delegate.h
===================================================================
--- chrome/renderer/safe_browsing/phishing_classifier_delegate.h (revision 103758)
+++ chrome/renderer/safe_browsing/phishing_classifier_delegate.h (working copy)
@@ -11,8 +11,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
#include "content/common/page_transition_types.h"
+#include "content/public/renderer/render_process_observer.h"
#include "content/public/renderer/render_view_observer.h"
-#include "content/renderer/render_process_observer.h"
#include "googleurl/src/gurl.h"
namespace safe_browsing {
@@ -20,7 +20,7 @@
class PhishingClassifier;
class Scorer;
-class PhishingClassifierFilter : public RenderProcessObserver {
+class PhishingClassifierFilter : public content::RenderProcessObserver {
public:
static PhishingClassifierFilter* Create();
virtual ~PhishingClassifierFilter();
« no previous file with comments | « chrome/renderer/renderer_histogram_snapshots.h ('k') | chrome/renderer/safe_browsing/phishing_classifier_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698