| Index: public/webview/WebColorName.h
|
| diff --git a/Source/WebKit/chromium/public/WebColorName.h b/public/webview/WebColorName.h
|
| similarity index 96%
|
| copy from Source/WebKit/chromium/public/WebColorName.h
|
| copy to public/webview/WebColorName.h
|
| index 64af775b7c04a6b68247160b7114972c4de9837f..1f28d891ce34e5e210dbb6977112f711e7e701cd 100644
|
| --- a/Source/WebKit/chromium/public/WebColorName.h
|
| +++ b/public/webview/WebColorName.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebColorName_h
|
| #define WebColorName_h
|
|
|
| -#include "../../../../public/platform/WebColor.h"
|
| -#include "../../../../public/platform/WebCommon.h"
|
| +#include "../platform/WebColor.h"
|
| +#include "../platform/WebCommon.h"
|
|
|
| namespace WebKit {
|
|
|
|
|