| Index: Source/core/inspector/InspectorDatabaseAgent.h
|
| diff --git a/Source/core/inspector/InspectorDatabaseAgent.h b/Source/core/inspector/InspectorDatabaseAgent.h
|
| index 39eb8ed3b89b0aeaf2b6c12061cec0b6af9b2240..eca0474c7f12ddfea3781e2939d63ac9a587110e 100644
|
| --- a/Source/core/inspector/InspectorDatabaseAgent.h
|
| +++ b/Source/core/inspector/InspectorDatabaseAgent.h
|
| @@ -31,9 +31,9 @@
|
|
|
| #include "InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|