Index: webkit/support/webkit_support.cc |
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc |
index b369a5a1a04984a9faaf2f951f767424d251123e..7de92db8a29926e73b619da98e587b5d2864e5a6 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" |