| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 470cf891fb6f4c811a2b8613cb11bb5a686fcd1e..87f225efbefe685e04714583bd714acbe97d47d9 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -32,10 +32,10 @@
|
| #include "platform/heap/GarbageCollected.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/BitVector.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/BitVector.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|