Index: webkit/support/simple_database_system.cc |
diff --git a/webkit/support/simple_database_system.cc b/webkit/support/simple_database_system.cc |
index c5f6e11dcde0b37038fa79a627cbc2b7b9e2a06b..8786c82cecfbb87091911fb6e4232a6bb55ede6b 100644 |
--- a/webkit/support/simple_database_system.cc |
+++ b/webkit/support/simple_database_system.cc |
@@ -13,7 +13,7 @@ |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/platform_thread.h" |
#include "base/utf_string_conversions.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" |
#include "third_party/sqlite/sqlite3.h" |
#include "webkit/browser/database/database_util.h" |