Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
index c5d16680fcd07c56321a3b87280a1373613d5f3a..f235fb0373ed444f2bcae5b0af275ee4d2456a3c 100644 |
--- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
+++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h |
@@ -33,7 +33,7 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class ExceptionState; |
class Navigator; |
@@ -67,6 +67,6 @@ private: |
OwnPtr<NavigatorContentUtilsClient> m_client; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // NavigatorContentUtils_h |