| Index: third_party/WebKit/public/web/WebColorChooser.h
|
| diff --git a/third_party/WebKit/public/web/WebColorChooser.h b/third_party/WebKit/public/web/WebColorChooser.h
|
| index 8938ba40041b39bb7d764ae41f05305ecdb15e1c..f4e956a1b6b1e0073ac0f88cc8673e4cc9df9f9c 100644
|
| --- a/third_party/WebKit/public/web/WebColorChooser.h
|
| +++ b/third_party/WebKit/public/web/WebColorChooser.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef WebColorChooser_h
|
| #define WebColorChooser_h
|
|
|
| -#include "../platform/WebColor.h"
|
| -#include "../platform/WebCommon.h"
|
| +#include "public/platform/WebColor.h"
|
| +#include "public/platform/WebCommon.h"
|
|
|
| namespace blink {
|
|
|
|
|