| Index: third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp b/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| index 1bf384733706f7a510088a610b0d5111ae15e6c3..f792e0587e214ec0cd9acf4fd649a9b9c92ced33 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| +++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.cpp
|
| @@ -38,10 +38,10 @@
|
| #include "modules/geolocation/GeolocationError.h"
|
| #include "modules/permissions/PermissionUtils.h"
|
| #include "platform/UserGestureIndicator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
| namespace {
|
|
|