| Index: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| index 46f7e5e4392ef0c3618cfad2423cd9f6944a84b3..3828769d1e13699cc5d3af283b6825dd61d64da6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef PropertyTreeManager_h
|
| #define PropertyTreeManager_h
|
|
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace cc {
|
| class ClipTree;
|
|
|