diff options
Diffstat (limited to 'content/browser/geolocation/network_location_provider.cc')
-rw-r--r-- | content/browser/geolocation/network_location_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/network_location_provider.cc b/content/browser/geolocation/network_location_provider.cc index b917782..82171a0 100644 --- a/content/browser/geolocation/network_location_provider.cc +++ b/content/browser/geolocation/network_location_provider.cc @@ -6,7 +6,7 @@ #include "base/bind.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/public/browser/access_token_store.h" namespace content { |