| Index: third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
|
| index 99a3eb56de1fbfa81d823c2c588f6e22c092d6fc..77c430844b4e8461f2c8497d3e18b0234193b626 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef LoggingCanvas_h
|
| #define LoggingCanvas_h
|
|
|
| -#include "platform/JSONValues.h"
|
| #include "platform/graphics/InterceptingCanvas.h"
|
| +#include "platform/json/JSONValues.h"
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|