Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: Source/modules/geolocation/PositionOptions.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/modules/geolocation/PositionOptions.h ('k') | Source/modules/geolocation/testing/GeolocationClientMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698