summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation/mock_location_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/geolocation/mock_location_provider.h')
-rw-r--r--content/browser/geolocation/mock_location_provider.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/geolocation/mock_location_provider.h b/content/browser/geolocation/mock_location_provider.h
index bedd2a4..882a447 100644
--- a/content/browser/geolocation/mock_location_provider.h
+++ b/content/browser/geolocation/mock_location_provider.h
@@ -8,7 +8,6 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
-#include "base/single_thread_task_runner.h"
#include "base/threading/thread.h"
#include "content/browser/geolocation/location_provider_base.h"
#include "content/public/common/geoposition.h"
@@ -37,7 +36,7 @@ class MockLocationProvider : public LocationProviderBase {
bool is_permission_granted_;
MockLocationProvider** self_ref_;
- scoped_refptr<base::SingleThreadTaskRunner> provider_task_runner_;
+ scoped_refptr<base::MessageLoopProxy> provider_loop_;
// Set when an instance of the mock is created via a factory function.
static MockLocationProvider* instance_;