| Index: third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleSheetCollection.h b/third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| index 5f066e89894aae6dfe68977023f6cf7ffa93f0a1..50475d4622cef5fcb8180286a98a2ccdd667d807 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleSheetCollection.h
|
| @@ -35,8 +35,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/css/ActiveStyleSheets.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|