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

Unified Diff: Source/modules/geolocation/PositionCallback.h

Issue 403013002: Rename WebCore to blink in Modules (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 | « Source/modules/geolocation/NavigatorGeolocation.cpp ('k') | Source/modules/geolocation/PositionError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/PositionCallback.h
diff --git a/Source/modules/geolocation/PositionCallback.h b/Source/modules/geolocation/PositionCallback.h
index b3ff41e750d165eafabffca02c44f1341d447875..3c99f686b81b2ef13244a888a8b6f02e948f15f8 100644
--- a/Source/modules/geolocation/PositionCallback.h
+++ b/Source/modules/geolocation/PositionCallback.h
@@ -26,7 +26,7 @@
#ifndef PositionCallback_h
#define PositionCallback_h
-namespace WebCore {
+namespace blink {
class Geoposition;
@@ -36,6 +36,6 @@ namespace WebCore {
virtual void handleEvent(Geoposition*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // PositionCallback_h
« no previous file with comments | « Source/modules/geolocation/NavigatorGeolocation.cpp ('k') | Source/modules/geolocation/PositionError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698