Put local storage in the web_view folder as well

Change-Id: Iae404834b50504b708e7b60b1bb8def1d17056ce
diff --git a/Source/WebKit/fuchsia/WebView.cpp b/Source/WebKit/fuchsia/WebView.cpp
index 35a0be9..cb824fe7 100644
--- a/Source/WebKit/fuchsia/WebView.cpp
+++ b/Source/WebKit/fuchsia/WebView.cpp
@@ -131,7 +131,7 @@
         fillWithEmptyClients(pageConfiguration);
         m_frameLoaderClient = new WebFrameLoaderClient(targetSize);
         pageConfiguration.loaderClientForMainFrame = m_frameLoaderClient;
-        pageConfiguration.storageNamespaceProvider = WebStorageNamespaceProvider::create("/data");
+        pageConfiguration.storageNamespaceProvider = WebStorageNamespaceProvider::create("/data/web_view");
         m_chromeClient = new WebChromeClient(targetSize);
         pageConfiguration.chromeClient = m_chromeClient;