| Index: third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| index b882cca879d1c3ffbb1721883f31d2b8a69f9cf7..7a17e46a932681b5b9bdd6454c6d20fa3ae7f409 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "cc/trees/element_id.h"
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/HashTraits.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/HashTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|