| Index: Source/core/inspector/InspectorIndexedDBAgent.h
|
| diff --git a/Source/core/inspector/InspectorIndexedDBAgent.h b/Source/core/inspector/InspectorIndexedDBAgent.h
|
| index f00858510521fafa71dfd35ea7a563fc76289aef..237af20aa55650c07e70df9ada54e4025280da6d 100644
|
| --- a/Source/core/inspector/InspectorIndexedDBAgent.h
|
| +++ b/Source/core/inspector/InspectorIndexedDBAgent.h
|
| @@ -32,8 +32,8 @@
|
| #define InspectorIndexedDBAgent_h
|
|
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|