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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 3037c079130dd3b859430e2f8bc5955a966e3ee7..4eb986471c936aeedabe1d0d33e83f5323415d89 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -66,7 +66,7 @@ class URLRequestContextGetter;
namespace content {
class BrowserContext;
-class DOMStorageContextImpl;
+class DOMStorageContextWrapper;
class MediaInternals;
class PluginServiceImpl;
class RenderWidgetHelper;
@@ -88,7 +88,7 @@ class RenderMessageFilter : public BrowserMessageFilter {
RenderWidgetHelper* render_widget_helper,
media::AudioManager* audio_manager,
MediaInternals* media_internals,
- DOMStorageContextImpl* dom_storage_context);
+ DOMStorageContextWrapper* dom_storage_context);
// IPC::ChannelProxy::MessageFilter methods:
virtual void OnChannelClosing() OVERRIDE;
@@ -284,7 +284,7 @@ class RenderMessageFilter : public BrowserMessageFilter {
// Initialized to 0, accessed on FILE thread only.
base::TimeTicks last_plugin_refresh_time_;
- scoped_refptr<DOMStorageContextImpl> dom_storage_context_;
+ scoped_refptr<DOMStorageContextWrapper> dom_storage_context_;
int render_process_id_;
« no previous file with comments | « content/browser/dom_storage/session_storage_namespace_impl.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698