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

Unified Diff: public/web/WebGeolocationPosition.h

Issue 401973003: Rename WebCore namespace to blink in Public (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
« no previous file with comments | « public/web/WebGeolocationPermissionRequest.h ('k') | public/web/WebHistoryItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebGeolocationPosition.h
diff --git a/public/web/WebGeolocationPosition.h b/public/web/WebGeolocationPosition.h
index 43ad42a6d42b27e0ddca8a4fe8a51e064c2e3bd4..b2ef457755a37c2ae40d0feba777ae86ec217792 100644
--- a/public/web/WebGeolocationPosition.h
+++ b/public/web/WebGeolocationPosition.h
@@ -29,7 +29,7 @@
#include "../platform/WebCommon.h"
#include "../platform/WebPrivatePtr.h"
-namespace WebCore { class GeolocationPosition; }
+namespace blink { class GeolocationPosition; }
namespace blink {
@@ -48,13 +48,13 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- WebGeolocationPosition(WebCore::GeolocationPosition*);
- WebGeolocationPosition& operator=(WebCore::GeolocationPosition*);
- operator WebCore::GeolocationPosition*() const;
+ WebGeolocationPosition(blink::GeolocationPosition*);
+ WebGeolocationPosition& operator=(blink::GeolocationPosition*);
+ operator blink::GeolocationPosition*() const;
#endif
private:
- WebPrivatePtr<WebCore::GeolocationPosition> m_private;
+ WebPrivatePtr<blink::GeolocationPosition> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebGeolocationPermissionRequest.h ('k') | public/web/WebHistoryItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698