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

Unified Diff: Source/web/GeolocationClientProxy.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 | « Source/web/FullscreenController.cpp ('k') | Source/web/GeolocationClientProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/GeolocationClientProxy.h
diff --git a/Source/web/GeolocationClientProxy.h b/Source/web/GeolocationClientProxy.h
index 4fa9711d99a05246699af31d30371aa9979ea285..48767534e086c1ddd87569d5cd2b82e98d0f66d0 100644
--- a/Source/web/GeolocationClientProxy.h
+++ b/Source/web/GeolocationClientProxy.h
@@ -34,7 +34,7 @@ namespace WebCore {
class GeolocationPosition;
}
-namespace WebKit {
+namespace blink {
class WebGeolocationClient;
class GeolocationClientProxy : public WebCore::GeolocationClient {
@@ -56,6 +56,6 @@ private:
RefPtr<WebCore::GeolocationPosition> m_lastPosition;
};
-} // namespace WebKit
+} // namespace blink
#endif // GeolocationClientProxy_h
« no previous file with comments | « Source/web/FullscreenController.cpp ('k') | Source/web/GeolocationClientProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698