| Index: public/webview/WebDatabase.h
|
| diff --git a/Source/WebKit/chromium/public/WebDatabase.h b/public/webview/WebDatabase.h
|
| similarity index 98%
|
| copy from Source/WebKit/chromium/public/WebDatabase.h
|
| copy to public/webview/WebDatabase.h
|
| index 50ffd42ceb1424c7972b34627c25f6c3164f0fd4..f05d6c6fcf1eba36bc6c8735784406078bf96295 100644
|
| --- a/Source/WebKit/chromium/public/WebDatabase.h
|
| +++ b/public/webview/WebDatabase.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebDatabase_h
|
| #define WebDatabase_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| +#include "../platform/WebCommon.h"
|
| #include "WebSecurityOrigin.h"
|
|
|
| namespace WebCore { class DatabaseBackendBase; }
|
|
|