| Index: Source/modules/geolocation/GeolocationError.h
|
| diff --git a/Source/modules/geolocation/GeolocationError.h b/Source/modules/geolocation/GeolocationError.h
|
| index f2997f119dbb50b99069cf0273e926bb8f3638a4..99700ca90e2830a4b8544fd23ae2171898e61bfa 100644
|
| --- a/Source/modules/geolocation/GeolocationError.h
|
| +++ b/Source/modules/geolocation/GeolocationError.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class GeolocationError : public GarbageCollectedFinalized<GeolocationError> {
|
| public:
|
| @@ -57,6 +57,6 @@ private:
|
| String m_message;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GeolocationError_h
|
|
|