Index: webkit/support/webkit_support.cc |
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc |
index e2c9bf3774499834780a8f163bfb490399b7d57f..4dfc96301ef677a4e2f19c07ccf9763b7bf52adc 100644 |
--- a/webkit/support/webkit_support.cc |
+++ b/webkit/support/webkit_support.cc |
@@ -37,8 +37,8 @@ |
#include "net/base/net_errors.h" |
#include "net/base/net_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageNamespace.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" |
+#include "third_party/WebKit/public/platform/WebStorageNamespace.h" |
+#include "third_party/WebKit/public/platform/WebURLError.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" |