Index: webkit/tools/test_shell/simple_dom_storage_system.cc |
diff --git a/webkit/tools/test_shell/simple_dom_storage_system.cc b/webkit/tools/test_shell/simple_dom_storage_system.cc |
index e17e53141f99a952f83dce433a8b4ce4eefa46a4..3599becdcd059002e7d4e9d39de36fdb3997ebf2 100644 |
--- a/webkit/tools/test_shell/simple_dom_storage_system.cc |
+++ b/webkit/tools/test_shell/simple_dom_storage_system.cc |
@@ -6,9 +6,9 @@ |
#include "base/auto_reset.h" |
#include "googleurl/src/gurl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebStorageArea.h" |
+#include "third_party/WebKit/public/platform/WebStorageNamespace.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h" |
#include "webkit/browser/database/database_util.h" |
#include "webkit/dom_storage/dom_storage_area.h" |