diff options
Diffstat (limited to 'webkit/support/simple_database_system.cc')
-rw-r--r-- | webkit/support/simple_database_system.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/simple_database_system.cc b/webkit/support/simple_database_system.cc index c5f6e11..8786c82 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" |