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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final rebase Created 7 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
« no previous file with comments | « chrome/renderer/DEPS ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 088e5c32cf5917cb5cf3fd19fbf0e5f6acf8f30f..147d9e9d8df202a522bce316f9af9275e1e34061 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -18,10 +18,13 @@ class ExtensionSet;
class RendererNetPredictor;
class SpellCheck;
class SpellCheckProvider;
-class VisitedLinkSlave;
struct ChromeViewHostMsg_GetPluginInfo_Output;
+namespace components {
+class VisitedLinkSlave;
+}
+
namespace extensions {
class Dispatcher;
class Extension;
@@ -167,7 +170,7 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
scoped_ptr<extensions::Dispatcher> extension_dispatcher_;
scoped_ptr<RendererNetPredictor> net_predictor_;
scoped_ptr<SpellCheck> spellcheck_;
- scoped_ptr<VisitedLinkSlave> visited_link_slave_;
+ scoped_ptr<components::VisitedLinkSlave> visited_link_slave_;
scoped_ptr<safe_browsing::PhishingClassifierFilter> phishing_classifier_;
scoped_ptr<prerender::PrerenderDispatcher> prerender_dispatcher_;
};
« no previous file with comments | « chrome/renderer/DEPS ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698