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

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

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/geolocation/CircularRegion.h ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/CircularRegion.cpp
diff --git a/Source/modules/geolocation/CircularRegion.cpp b/Source/modules/geolocation/CircularRegion.cpp
index 0fdb73b96ce4e83f4702510ab66f8fb7e2841435..c14a1bb4dbf0d82d0d9c48537ebd412b460f10d3 100644
--- a/Source/modules/geolocation/CircularRegion.cpp
+++ b/Source/modules/geolocation/CircularRegion.cpp
@@ -7,7 +7,7 @@
#include "bindings/core/v8/Dictionary.h"
-namespace WebCore {
+namespace blink {
CircularRegionInit::CircularRegionInit(const Dictionary& init)
: latitude(0)
@@ -34,4 +34,4 @@ CircularRegion::CircularRegion(const CircularRegionInit& init)
ScriptWrappable::init(this);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/geolocation/CircularRegion.h ('k') | Source/modules/geolocation/Coordinates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698