diff options
Diffstat (limited to 'content/browser/geolocation/location_api_adapter_android.h')
-rw-r--r-- | content/browser/geolocation/location_api_adapter_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/location_api_adapter_android.h b/content/browser/geolocation/location_api_adapter_android.h index ede23ce..f81ac93 100644 --- a/content/browser/geolocation/location_api_adapter_android.h +++ b/content/browser/geolocation/location_api_adapter_android.h @@ -9,7 +9,7 @@ #include "base/android/scoped_java_ref.h" #include "base/memory/ref_counted.h" #include "base/memory/singleton.h" -#include "base/message_loop_proxy.h" +#include "base/message_loop/message_loop_proxy.h" #include "base/synchronization/lock.h" namespace content { |