Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp |
diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp |
index 9e06b5af6e3a73d2f29e2a43ace267b702434267..78f997f460740a83bfee8c71d53877c4fae8c526 100644 |
--- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp |
+++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp |
@@ -36,7 +36,7 @@ |
#include "wtf/HashSet.h" |
#include "wtf/text/StringBuilder.h" |
-namespace WebCore { |
+namespace blink { |
static HashSet<String>* protocolWhitelist; |
@@ -233,4 +233,4 @@ void provideNavigatorContentUtilsTo(Page& page, PassOwnPtr<NavigatorContentUtils |
NavigatorContentUtils::provideTo(page, NavigatorContentUtils::supplementName(), NavigatorContentUtils::create(client)); |
} |
-} // namespace WebCore |
+} // namespace blink |