Index: public/web/WebGeolocationPermissionRequestManager.h |
diff --git a/public/web/WebGeolocationPermissionRequestManager.h b/public/web/WebGeolocationPermissionRequestManager.h |
index 23c3edd144493c9bc45b72ba1c375e66d5df7e5e..b8de3b539603ad40214a4c62b3647a406a3680d3 100644 |
--- a/public/web/WebGeolocationPermissionRequestManager.h |
+++ b/public/web/WebGeolocationPermissionRequestManager.h |
@@ -45,9 +45,9 @@ public: |
WebGeolocationPermissionRequestManager() { init(); } |
~WebGeolocationPermissionRequestManager() { reset(); } |
- BLINK_EXPORT int add(const blink::WebGeolocationPermissionRequest&); |
- BLINK_EXPORT bool remove(const blink::WebGeolocationPermissionRequest&, int&); |
- BLINK_EXPORT bool remove(int, blink::WebGeolocationPermissionRequest&); |
+ BLINK_EXPORT int add(const WebGeolocationPermissionRequest&); |
+ BLINK_EXPORT bool remove(const WebGeolocationPermissionRequest&, int&); |
+ BLINK_EXPORT bool remove(int, WebGeolocationPermissionRequest&); |
private: |
BLINK_EXPORT void init(); |