| Index: Source/core/dom/ClientRect.h
|
| diff --git a/Source/core/dom/ClientRect.h b/Source/core/dom/ClientRect.h
|
| index 329f34c1be29c72e092131f6621b4ce279260e48..9177a3f978eae9b56737a14ab2df71d2fbb32f14 100644
|
| --- a/Source/core/dom/ClientRect.h
|
| +++ b/Source/core/dom/ClientRect.h
|
| @@ -29,8 +29,8 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
|
|