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

Unified Diff: content/browser/web_contents/interstitial_page_impl.cc

Issue 10005049: DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « content/browser/renderer_host/test_render_view_host.cc ('k') | content/common/dom_storage_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/interstitial_page_impl.cc
===================================================================
--- content/browser/web_contents/interstitial_page_impl.cc (revision 132070)
+++ content/browser/web_contents/interstitial_page_impl.cc (working copy)
@@ -19,7 +19,6 @@
#include "content/browser/web_contents/navigation_controller_impl.h"
#include "content/browser/web_contents/navigation_entry_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
-#include "content/common/dom_storage_common.h"
#include "content/common/view_messages.h"
#include "content/port/browser/render_widget_host_view_port.h"
#include "content/public/browser/browser_thread.h"
@@ -34,6 +33,7 @@
#include "content/public/common/view_type.h"
#include "net/base/escape.h"
#include "net/url_request/url_request_context_getter.h"
+#include "webkit/dom_storage/dom_storage_types.h"
using content::BrowserThread;
using content::DomOperationNotificationDetails;
@@ -487,7 +487,7 @@
RenderViewHost* InterstitialPageImpl::CreateRenderViewHost() {
RenderViewHostImpl* render_view_host = new RenderViewHostImpl(
SiteInstance::Create(tab()->GetBrowserContext()),
- this, MSG_ROUTING_NONE, kInvalidSessionStorageNamespaceId);
+ this, MSG_ROUTING_NONE, dom_storage::kInvalidSessionStorageNamespaceId);
return render_view_host;
}
« no previous file with comments | « content/browser/renderer_host/test_render_view_host.cc ('k') | content/common/dom_storage_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698