| Index: Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
|
| index e372bd9eba2be97a2290bdc845522bc87e54b8d1..c88ac92252c7a2db0bacfc16894b8015d62daffc 100644
|
| --- a/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -32,9 +32,9 @@
|
| #define InspectorBaseAgent_h
|
|
|
| #include "InspectorBackendDispatcher.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Vector.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|