| Index: Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/core/platform/graphics/gpu/DrawingBuffer.h b/Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| index 0cbb8a9818532e2aa00ea0558f2c44a649b5b0d9..af554347baf8624fc49b3781b900ea8aa38214e0 100644
|
| --- a/Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/core/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -37,9 +37,9 @@
|
|
|
| #include "public/platform/WebExternalTextureLayerClient.h"
|
| #include "public/platform/WebExternalTextureMailbox.h"
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebKit {
|
| class WebExternalBitmap;
|
|
|