| Index: Source/modules/geolocation/GeoNotifier.h
|
| diff --git a/Source/modules/geolocation/GeoNotifier.h b/Source/modules/geolocation/GeoNotifier.h
|
| index 5b338c4142fd620216a4bc4aea12db48213cefaf..bfda498586d43714eb86e9197c500702736ce559 100644
|
| --- a/Source/modules/geolocation/GeoNotifier.h
|
| +++ b/Source/modules/geolocation/GeoNotifier.h
|
| @@ -8,7 +8,7 @@
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Geolocation;
|
| class Geoposition;
|
| @@ -60,6 +60,6 @@ private:
|
| bool m_useCachedPosition;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GeoNotifier_h
|
|
|