| Index: Source/modules/geolocation/PositionErrorCallback.h
|
| diff --git a/Source/modules/geolocation/PositionErrorCallback.h b/Source/modules/geolocation/PositionErrorCallback.h
|
| index 2d46d9f4e9f7106ec21846cbc1805af653798136..856f1b8c045e6bfce4e4f9e10f0805974c10e711 100644
|
| --- a/Source/modules/geolocation/PositionErrorCallback.h
|
| +++ b/Source/modules/geolocation/PositionErrorCallback.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef PositionErrorCallback_h
|
| #define PositionErrorCallback_h
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PositionError;
|
|
|
| @@ -36,6 +36,6 @@ namespace WebCore {
|
| virtual void handleEvent(PositionError*) = 0;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // PositionErrorCallback_h
|
|
|