| Index: third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCController.h b/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| index 86610f441ae849036d79cf6476483c66f131fb0d..ca47e1ec1c2414c0dbfa2d49395aeae05b9927aa 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "v8/include/v8-profiler.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| +#include <v8-profiler.h>
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|