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

Unified Diff: public/web/WebGeolocationPermissionRequestManager.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/WebGeolocationPosition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebGeolocationPermissionRequestManager.h
diff --git a/public/web/WebGeolocationPermissionRequestManager.h b/public/web/WebGeolocationPermissionRequestManager.h
index ff620329d910768e12069eb27b2c23337892237a..eca31d6b04d4ce501c78ea50723f23bb81012ac5 100644
--- a/public/web/WebGeolocationPermissionRequestManager.h
+++ b/public/web/WebGeolocationPermissionRequestManager.h
@@ -29,7 +29,7 @@
#include "../platform/WebNonCopyable.h"
#include "../platform/WebPrivateOwnPtr.h"
-namespace WebKit {
+namespace blink {
class WebGeolocationPermissionRequest;
class WebGeolocationPermissionRequestManagerPrivate;
@@ -45,9 +45,9 @@ public:
WebGeolocationPermissionRequestManager() { init(); }
~WebGeolocationPermissionRequestManager() { reset(); }
- BLINK_EXPORT int add(const WebKit::WebGeolocationPermissionRequest&);
- BLINK_EXPORT bool remove(const WebKit::WebGeolocationPermissionRequest&, int&);
- BLINK_EXPORT bool remove(int, WebKit::WebGeolocationPermissionRequest&);
+ BLINK_EXPORT int add(const blink::WebGeolocationPermissionRequest&);
+ BLINK_EXPORT bool remove(const blink::WebGeolocationPermissionRequest&, int&);
+ BLINK_EXPORT bool remove(int, blink::WebGeolocationPermissionRequest&);
private:
BLINK_EXPORT void init();
« no previous file with comments | « public/web/WebGeolocationPermissionRequest.h ('k') | public/web/WebGeolocationPosition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698