| Index: Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| diff --git a/Source/core/platform/graphics/chromium/DiscardablePixelRef.h b/Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| index fbc7685162105916db5b9a170c61477bf9b481f1..552ce5159b525587b399cf0556a4344a68c1c04c 100644
|
| --- a/Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| +++ b/Source/core/platform/graphics/chromium/DiscardablePixelRef.h
|
| @@ -30,8 +30,8 @@
|
| #include "SkPixelRef.h"
|
|
|
| #include "public/platform/WebDiscardableMemory.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|