| Index: Source/core/platform/graphics/chromium/TransparencyWin.h
|
| diff --git a/Source/core/platform/graphics/chromium/TransparencyWin.h b/Source/core/platform/graphics/chromium/TransparencyWin.h
|
| index 98c3c01b6ce28ceb8372186ee28626d6caeed803..e755bb4ad38bc5435d23d3e29bc5e2e74cfbe8b9 100644
|
| --- a/Source/core/platform/graphics/chromium/TransparencyWin.h
|
| +++ b/Source/core/platform/graphics/chromium/TransparencyWin.h
|
| @@ -36,8 +36,8 @@
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/OwnPtr.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/OwnPtr.h"
|
|
|
| class SkBitmap;
|
| class SkCanvas;
|
|
|