| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
|
| index b5dccac6999035ff7deaed62ec823fd9336923d4..de473d562f27e96afd8783aea7b399c6ccd98beb 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef OffscreenCanvasPlaceholder_h
|
| #define OffscreenCanvasPlaceholder_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/WeakPtr.h"
|
| #include <memory>
|
| +#include "platform/PlatformExport.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/WeakPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|