Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp |
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp |
index 5ca9412320a1ced11b48225f63e51fc9d656d31c..b61444cecfc4bfd5b3a13adb68c4983c50479ae9 100644 |
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp |
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp |
@@ -10,7 +10,7 @@ |
#include "modules/navigatorcontentutils/NavigatorContentUtils.h" |
#include "modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h" |
-namespace WebCore { |
+namespace blink { |
void InternalsNavigatorContentUtils::setNavigatorContentUtilsClientMock(Internals&, Document* document) |
{ |
@@ -19,4 +19,4 @@ void InternalsNavigatorContentUtils::setNavigatorContentUtilsClientMock(Internal |
navigatorContentUtils->setClientForTest(adoptPtr(new NavigatorContentUtilsClientMock())); |
} |
-} // namespace WebCore |
+} // namespace blink |