| Index: third_party/WebKit/public/web/WebRenderTheme.h
|
| diff --git a/third_party/WebKit/public/web/default/WebRenderTheme.h b/third_party/WebKit/public/web/WebRenderTheme.h
|
| similarity index 96%
|
| rename from third_party/WebKit/public/web/default/WebRenderTheme.h
|
| rename to third_party/WebKit/public/web/WebRenderTheme.h
|
| index 885089f77c99ad0b3e931a85a1ee6ee85f242079..360b40661ec6a4dd3a2d6b8a6c7807ba5ad7da83 100644
|
| --- a/third_party/WebKit/public/web/default/WebRenderTheme.h
|
| +++ b/third_party/WebKit/public/web/WebRenderTheme.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebRenderTheme_h
|
| #define WebRenderTheme_h
|
|
|
| -#include "../../platform/WebColor.h"
|
| -#include "../../platform/WebCommon.h"
|
| +#include "../platform/WebColor.h"
|
| +#include "../platform/WebCommon.h"
|
|
|
| namespace blink {
|
|
|
|
|