Index: Source/web/GeolocationClientMock.cpp |
diff --git a/Source/core/platform/mock/GeolocationClientMock.cpp b/Source/web/GeolocationClientMock.cpp |
similarity index 98% |
rename from Source/core/platform/mock/GeolocationClientMock.cpp |
rename to Source/web/GeolocationClientMock.cpp |
index 8b0be679be4799e9920386a48a5f9ffd76e0ceba..a671d3ff08464b4cb9f84af11abec796562daa9e 100644 |
--- a/Source/core/platform/mock/GeolocationClientMock.cpp |
+++ b/Source/web/GeolocationClientMock.cpp |
@@ -30,13 +30,15 @@ |
*/ |
#include "config.h" |
-#include "core/platform/mock/GeolocationClientMock.h" |
+#include "GeolocationClientMock.h" |
#include "modules/geolocation/GeolocationController.h" |
#include "modules/geolocation/GeolocationError.h" |
#include "modules/geolocation/GeolocationPosition.h" |
-namespace WebCore { |
+using namespace WebCore; |
+ |
+namespace blink { |
GeolocationClientMock::GeolocationClientMock() |
: m_controller(0) |