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

Unified Diff: content/test/render_view_test.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/test/render_view_fake_resources_test.cc ('k') | webkit/dom_storage/dom_storage_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_view_test.cc
===================================================================
--- content/test/render_view_test.cc (revision 132070)
+++ content/test/render_view_test.cc (working copy)
@@ -4,7 +4,6 @@
#include "content/test/render_view_test.h"
-#include "content/common/dom_storage_common.h"
#include "content/common/view_messages.h"
#include "content/public/browser/native_web_keyboard_event.h"
#include "content/public/common/renderer_preferences.h"
@@ -20,6 +19,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptSource.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
+#include "webkit/dom_storage/dom_storage_types.h"
#include "webkit/glue/webkit_glue.h"
#if defined(OS_LINUX) && !defined(USE_AURA)
@@ -162,7 +162,7 @@
new SharedRenderViewCounter(0),
kRouteId,
kSurfaceId,
- kInvalidSessionStorageNamespaceId,
+ dom_storage::kInvalidSessionStorageNamespaceId,
string16(),
1,
WebKit::WebScreenInfo(),
« no previous file with comments | « content/test/render_view_fake_resources_test.cc ('k') | webkit/dom_storage/dom_storage_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698