| Index: Source/core/platform/mock/GeolocationClientMock.h
|
| diff --git a/Source/core/platform/mock/GeolocationClientMock.h b/Source/core/platform/mock/GeolocationClientMock.h
|
| index de35879d9bb2503cbfd2143a17d797f6c0cdabe7..cfe99413f0bfed5de7d89051c21f2861ba3538d2 100644
|
| --- a/Source/core/platform/mock/GeolocationClientMock.h
|
| +++ b/Source/core/platform/mock/GeolocationClientMock.h
|
| @@ -34,10 +34,10 @@
|
|
|
| #include "core/platform/Timer.h"
|
| #include "modules/geolocation/GeolocationClient.h"
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|