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

Unified Diff: Source/modules/geofencing/CircularRegion.cpp

Issue 401713005: Move all geofencing code into its own module separate from geolocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectations Created 6 years, 4 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/modules/geofencing/CircularRegion.h ('k') | Source/modules/geofencing/CircularRegion.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geofencing/CircularRegion.cpp
diff --git a/Source/modules/geolocation/CircularRegion.cpp b/Source/modules/geofencing/CircularRegion.cpp
similarity index 95%
rename from Source/modules/geolocation/CircularRegion.cpp
rename to Source/modules/geofencing/CircularRegion.cpp
index c14a1bb4dbf0d82d0d9c48537ebd412b460f10d3..2007e46b6e185231e4cab6fd175bd56c0e01fd59 100644
--- a/Source/modules/geolocation/CircularRegion.cpp
+++ b/Source/modules/geofencing/CircularRegion.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "modules/geolocation/CircularRegion.h"
+#include "modules/geofencing/CircularRegion.h"
#include "bindings/core/v8/Dictionary.h"
« no previous file with comments | « Source/modules/geofencing/CircularRegion.h ('k') | Source/modules/geofencing/CircularRegion.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698