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

Unified Diff: Source/modules/geolocation/PositionErrorCallback.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/PositionError.h ('k') | Source/modules/geolocation/PositionOptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/PositionErrorCallback.h
diff --git a/Source/modules/geolocation/PositionErrorCallback.h b/Source/modules/geolocation/PositionErrorCallback.h
index 2d46d9f4e9f7106ec21846cbc1805af653798136..856f1b8c045e6bfce4e4f9e10f0805974c10e711 100644
--- a/Source/modules/geolocation/PositionErrorCallback.h
+++ b/Source/modules/geolocation/PositionErrorCallback.h
@@ -26,7 +26,7 @@
#ifndef PositionErrorCallback_h
#define PositionErrorCallback_h
-namespace WebCore {
+namespace blink {
class PositionError;
@@ -36,6 +36,6 @@ namespace WebCore {
virtual void handleEvent(PositionError*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // PositionErrorCallback_h
« no previous file with comments | « Source/modules/geolocation/PositionError.h ('k') | Source/modules/geolocation/PositionOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698