| Index: content/browser/geolocation/mock_location_provider.h
 | 
| diff --git a/content/browser/geolocation/mock_location_provider.h b/content/browser/geolocation/mock_location_provider.h
 | 
| index bedd2a4fad614cf8b5ca2fd7fe297902ac9ecb75..882a447330d0d5e416f8f90666787b7e3019567c 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_;
 | 
| 
 |