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(), |