| Index: public/web/WebPerformance.h
|
| diff --git a/public/web/WebPerformance.h b/public/web/WebPerformance.h
|
| index 99d973a8953e4f6c8d51939ea3196cf45b7e7bdc..c58bd84c425a25a938492506445eb741580d6fee 100644
|
| --- a/public/web/WebPerformance.h
|
| +++ b/public/web/WebPerformance.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WebPerformance_h
|
| #define WebPerformance_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| #include "WebNavigationType.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
|
|
| namespace WebCore { class Performance; }
|
|
|
|
|