| Index: Source/core/inspector/CodeGeneratorInstrumentation.py
|
| diff --git a/Source/core/inspector/CodeGeneratorInstrumentation.py b/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| index d8e1effcc89ac40c3578dedc7459cd40d2745c63..5cfe1f979df7a6aea82002f5dfb483ae4a3596ea 100644
|
| --- a/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| +++ b/Source/core/inspector/CodeGeneratorInstrumentation.py
|
| @@ -115,10 +115,10 @@ template_instrumenting_agents_h = string.Template("""// Code generated from Insp
|
| #ifndef InstrumentingAgentsInl_h
|
| #define InstrumentingAgentsInl_h
|
|
|
| -#include <wtf/FastAllocBase.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| +#include "wtf/FastAllocBase.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
|
|