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

Unified Diff: Source/web/WebGeolocationError.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/WebGeolocationController.cpp ('k') | Source/web/WebGeolocationPermissionRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebGeolocationError.cpp
diff --git a/Source/web/WebGeolocationError.cpp b/Source/web/WebGeolocationError.cpp
index 9bf50d86eeca11c574b74da1c7f2a8658a28613c..dcd6cb0bc32a8ee49973488ea926f3ffbdd6a653 100644
--- a/Source/web/WebGeolocationError.cpp
+++ b/Source/web/WebGeolocationError.cpp
@@ -29,8 +29,6 @@
#include "modules/geolocation/GeolocationError.h"
#include "public/platform/WebString.h"
-using namespace blink;
-
namespace blink {
void WebGeolocationError::assign(Error code, const WebString& message)
@@ -64,4 +62,4 @@ WebGeolocationError::operator GeolocationError*() const
return m_private.get();
}
-}
+} // namespace blink
« no previous file with comments | « Source/web/WebGeolocationController.cpp ('k') | Source/web/WebGeolocationPermissionRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698