| Index: Source/core/inspector/InspectorDatabaseResource.h
|
| diff --git a/Source/core/inspector/InspectorDatabaseResource.h b/Source/core/inspector/InspectorDatabaseResource.h
|
| index 6644fa29eeb1c9ad2e0de19f6b1d1f664309e7ba..24c1fd81da60d0b3923a9425369a3380b1780130 100644
|
| --- a/Source/core/inspector/InspectorDatabaseResource.h
|
| +++ b/Source/core/inspector/InspectorDatabaseResource.h
|
| @@ -32,10 +32,10 @@
|
| #define InspectorDatabaseResource_h
|
|
|
| #include "InspectorFrontend.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
| class Database;
|
|
|