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

Unified Diff: Source/modules/geolocation/testing/InternalsGeolocation.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
Index: Source/modules/geolocation/testing/InternalsGeolocation.h
diff --git a/Source/modules/geolocation/testing/InternalsGeolocation.h b/Source/modules/geolocation/testing/InternalsGeolocation.h
index c76656758e24ef55a23e6a0e4754b5f7a33212d6..1c9f64a96b7bfd0f32c51c7f405da856bf043587 100644
--- a/Source/modules/geolocation/testing/InternalsGeolocation.h
+++ b/Source/modules/geolocation/testing/InternalsGeolocation.h
@@ -34,7 +34,7 @@
#include "platform/Timer.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class Document;
class GeolocationClientMock;
@@ -52,6 +52,6 @@ private:
static GeolocationClientMock* geolocationClient(Document*);
};
-} // namespace WebCore
+} // namespace blink
#endif // InternalsGeolocation_h

Powered by Google App Engine
This is Rietveld 408576698