| Index: third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/LightSource.h b/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| index 9d673b6982af2085ee438fc6e5f462eb9b341595..962cd44095ba8c680e5eb751ee00589d9d6f1433 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/LightSource.h
|
| @@ -26,9 +26,9 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/FloatPoint3D.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|