| Index: Source/modules/geolocation/PositionCallback.h
|
| diff --git a/Source/modules/geolocation/PositionCallback.h b/Source/modules/geolocation/PositionCallback.h
|
| index b3ff41e750d165eafabffca02c44f1341d447875..3c99f686b81b2ef13244a888a8b6f02e948f15f8 100644
|
| --- a/Source/modules/geolocation/PositionCallback.h
|
| +++ b/Source/modules/geolocation/PositionCallback.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef PositionCallback_h
|
| #define PositionCallback_h
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Geoposition;
|
|
|
| @@ -36,6 +36,6 @@ namespace WebCore {
|
| virtual void handleEvent(Geoposition*) = 0;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PositionCallback_h
|
|
|