Index: public/web/WebFileChooserCompletion.h |
diff --git a/public/web/WebFileChooserCompletion.h b/public/web/WebFileChooserCompletion.h |
index dc946f024b38ca9ca53eb39daba86d9e7db5523f..19c0f268c64947c86a3b2649c52b5635bfa90995 100644 |
--- a/public/web/WebFileChooserCompletion.h |
+++ b/public/web/WebFileChooserCompletion.h |
@@ -33,7 +33,7 @@ |
#include "../platform/WebString.h" |
-namespace WebKit { |
+namespace blink { |
template <typename T> class WebVector; |
@@ -65,6 +65,6 @@ protected: |
virtual ~WebFileChooserCompletion() {} |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |