| Index: Source/core/inspector/InspectorAgent.h
|
| diff --git a/Source/core/inspector/InspectorAgent.h b/Source/core/inspector/InspectorAgent.h
|
| index d1e56c11916a425c1c7168e0c2cef5d8922ae829..5b07482900e57009d58f8e9b2542233ce5e772a5 100644
|
| --- a/Source/core/inspector/InspectorAgent.h
|
| +++ b/Source/core/inspector/InspectorAgent.h
|
| @@ -31,11 +31,11 @@
|
| #define InspectorAgent_h
|
|
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|