| Index: Source/core/inspector/InspectorProfilerAgent.h
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
|
| index d30be1e279bff47388c4bb63b18a0f479c667d5f..a04b432e5bf98a3002be121f58c8854e49a0cbd3 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.h
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.h
|
| @@ -30,14 +30,13 @@
|
| #ifndef InspectorProfilerAgent_h
|
| #define InspectorProfilerAgent_h
|
|
|
| -
|
| #include "InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|