| Index: webkit/support/simple_database_system.cc
|
| diff --git a/webkit/support/simple_database_system.cc b/webkit/support/simple_database_system.cc
|
| index db20ebe89d65d78984316ed711227d6e2a4218e2..de851577e7f893ef2a59ec493d13e2b0eaa85654 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/database/database_util.h"
|
|
|