Index: webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
diff --git a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
index 649dd9ae04ed136407cfb9bda7565cd112ab60bd..3374dac658fc0db62c39b402070bbc4b3077e720 100644 |
--- a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
+++ b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
@@ -7,8 +7,8 @@ |
#include "base/bind.h" |
#include "base/message_loop.h" |
#include "googleurl/src/gurl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebBlobData.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebBlobData.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
#include "webkit/base/file_path_string_conversions.h" |
#include "webkit/browser/blob/blob_storage_controller.h" |
#include "webkit/common/blob/blob_data.h" |