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

Unified Diff: Source/web/WebGeolocationPosition.cpp

Issue 468083003: Cleanup namespace usage in Source/web/Web[A-H]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing Created 6 years, 4 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
« no previous file with comments | « Source/web/WebGeolocationPermissionRequestManager.cpp ('k') | Source/web/WebGlyphCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebGeolocationPosition.cpp
diff --git a/Source/web/WebGeolocationPosition.cpp b/Source/web/WebGeolocationPosition.cpp
index eac9ddee664ce8004e20cac20ecfecefd25593c8..5e4336b8e2bd60ce4703190362c508a4bd07d5b8 100644
--- a/Source/web/WebGeolocationPosition.cpp
+++ b/Source/web/WebGeolocationPosition.cpp
@@ -28,8 +28,6 @@
#include "modules/geolocation/GeolocationPosition.h"
-using namespace blink;
-
namespace blink {
void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
« no previous file with comments | « Source/web/WebGeolocationPermissionRequestManager.cpp ('k') | Source/web/WebGlyphCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698