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 f1887fd..1f2f0b5 100644 --- a/webkit/support/simple_database_system.cc +++ b/webkit/support/simple_database_system.cc @@ -15,7 +15,7 @@ #include "base/utf_string_conversions.h" #include "third_party/sqlite/sqlite3.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" #include "webkit/database/database_util.h" #include "webkit/database/vfs_backend.h" |