Index: Source/platform/FileChooser.h |
diff --git a/Source/platform/FileChooser.h b/Source/platform/FileChooser.h |
index 937e99a9b68e8be5166369a8af1640ffe9883e89..d1baef025168d5a7769202b11c84261a76b6bacb 100644 |
--- a/Source/platform/FileChooser.h |
+++ b/Source/platform/FileChooser.h |
@@ -35,7 +35,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class FileChooser; |
@@ -98,6 +98,6 @@ private: |
FileChooserSettings m_settings; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FileChooser_h |