| Index: Source/modules/geolocation/PositionOptions.cpp
|
| diff --git a/Source/modules/geolocation/PositionOptions.cpp b/Source/modules/geolocation/PositionOptions.cpp
|
| index ad80f743a615646b8aa280fb2a038de4d610702f..ec06ec5b55de6d2b113072bc7b8bede2b0c7277a 100644
|
| --- a/Source/modules/geolocation/PositionOptions.cpp
|
| +++ b/Source/modules/geolocation/PositionOptions.cpp
|
| @@ -8,7 +8,7 @@
|
| #include "bindings/core/v8/Dictionary.h"
|
| #include <limits.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PositionOptions* PositionOptions::create(const Dictionary& options)
|
| {
|
| @@ -49,4 +49,4 @@ PositionOptions::PositionOptions(const Dictionary& options)
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|