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

Unified Diff: Source/modules/geolocation/GeolocationPosition.h

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/GeolocationInspectorAgent.cpp ('k') | Source/modules/geolocation/Geoposition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/GeolocationPosition.h
diff --git a/Source/modules/geolocation/GeolocationPosition.h b/Source/modules/geolocation/GeolocationPosition.h
index 11733df659defb0e46965700c5c530b48eef255c..3547d1a784f45c55ef4ef44a8ee5dd45f8674edf 100644
--- a/Source/modules/geolocation/GeolocationPosition.h
+++ b/Source/modules/geolocation/GeolocationPosition.h
@@ -28,7 +28,7 @@
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class GeolocationPosition : public GarbageCollected<GeolocationPosition> {
public:
@@ -106,6 +106,6 @@ private:
bool m_canProvideSpeed;
};
-} // namespace WebCore
+} // namespace blink
#endif // GeolocationPosition_h
« no previous file with comments | « Source/modules/geolocation/GeolocationInspectorAgent.cpp ('k') | Source/modules/geolocation/Geoposition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698