Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Unified Diff: Source/web/GeolocationClientMock.cpp

Issue 122793002: Move GeolocationClientMock.h out of platform/ into web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/GeolocationClientMock.h ('k') | Source/web/WebGeolocationClientMock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/web/GeolocationClientMock.h ('k') | Source/web/WebGeolocationClientMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698