Index: Source/platform/URLPatternMatcher.h |
diff --git a/Source/platform/URLPatternMatcher.h b/Source/platform/URLPatternMatcher.h |
index 38c99619f984e6239a7f89ae239c682a4edb3263..ed5a9ab051b0b9172f34b3a743233f3613abc0d3 100644 |
--- a/Source/platform/URLPatternMatcher.h |
+++ b/Source/platform/URLPatternMatcher.h |
@@ -30,7 +30,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class KURL; |
@@ -62,6 +62,6 @@ private: |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // URLPatternMatcher_h |