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 a50072d4d2b9f0a8ff9ecde804ca2f4c0aef4a56..4add05942bd731fc3bf62bd37181fa2ce483af52 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/blob/blob_data.h" |
#include "webkit/blob/blob_storage_controller.h" |