| Index: public/web/WebGeolocationPosition.h
|
| diff --git a/public/web/WebGeolocationPosition.h b/public/web/WebGeolocationPosition.h
|
| index 9ccdbcda2f07a1bd9037948f1ce7addfc1536f08..84d13636327da6d7de5421ec6004df9c438235d5 100644
|
| --- a/public/web/WebGeolocationPosition.h
|
| +++ b/public/web/WebGeolocationPosition.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore { class GeolocationPosition; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebGeolocationPosition {
|
| public:
|
| @@ -61,6 +61,6 @@ private:
|
| WebPrivatePtr<WebCore::GeolocationPosition> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebGeolocationPosition_h
|
|
|