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

Unified Diff: public/web/WebGeolocationPermissionRequest.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/WebGeolocationError.h ('k') | public/web/WebGeolocationPosition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebGeolocationPermissionRequest.h
diff --git a/public/web/WebGeolocationPermissionRequest.h b/public/web/WebGeolocationPermissionRequest.h
index 38ed97a41e4707b2ef55ab026c7710bff342c21d..da3e02d2c6decb4ba12527310df565727de09ce3 100644
--- a/public/web/WebGeolocationPermissionRequest.h
+++ b/public/web/WebGeolocationPermissionRequest.h
@@ -29,7 +29,7 @@
#include "../platform/WebCommon.h"
#include "../platform/WebPrivatePtr.h"
-namespace WebCore {
+namespace blink {
class Geolocation;
}
@@ -48,14 +48,14 @@ public:
BLINK_EXPORT void setIsAllowed(bool);
#if BLINK_IMPLEMENTATION
- WebGeolocationPermissionRequest(WebCore::Geolocation*);
- WebCore::Geolocation* geolocation() const { return m_private.get(); }
+ WebGeolocationPermissionRequest(blink::Geolocation*);
+ blink::Geolocation* geolocation() const { return m_private.get(); }
#endif
private:
BLINK_EXPORT void reset();
- WebPrivatePtr<WebCore::Geolocation> m_private;
+ WebPrivatePtr<blink::Geolocation> m_private;
};
}
« no previous file with comments | « public/web/WebGeolocationError.h ('k') | public/web/WebGeolocationPosition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698