Index: content/browser/geolocation/geolocation_provider.cc |
diff --git a/content/browser/geolocation/geolocation_provider.cc b/content/browser/geolocation/geolocation_provider.cc |
index 6c07eec483e9a3906ed9734bac5a547b10006ce9..30218af9dc1d9437fceaa01d44a404af65842756 100644 |
--- a/content/browser/geolocation/geolocation_provider.cc |
+++ b/content/browser/geolocation/geolocation_provider.cc |
@@ -11,7 +11,7 @@ |
#include "base/logging.h" |
#include "base/memory/singleton.h" |
#include "base/message_loop.h" |
-#include "content/browser/geolocation/location_arbitrator.h" |
+#include "content/browser/geolocation/location_arbitrator_impl.h" |
#include "content/public/browser/browser_thread.h" |
namespace content { |
@@ -193,7 +193,7 @@ void GeolocationProvider::CleanUp() { |
} |
GeolocationArbitrator* GeolocationProvider::CreateArbitrator() { |
- return new GeolocationArbitrator(this); |
+ return new GeolocationArbitratorImpl(this); |
} |
} // namespace content |