| Index: Source/web/WebFileChooserCompletionImpl.cpp
|
| diff --git a/Source/web/WebFileChooserCompletionImpl.cpp b/Source/web/WebFileChooserCompletionImpl.cpp
|
| index 73452d0d048ca380e50de5a6f27cd9b8477ae858..b6a7f455e18d37c597bc6247f09efdcea1e12237 100644
|
| --- a/Source/web/WebFileChooserCompletionImpl.cpp
|
| +++ b/Source/web/WebFileChooserCompletionImpl.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "WebFileChooserCompletionImpl.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser)
|
| : m_fileChooser(chooser)
|
| @@ -62,4 +62,4 @@ void WebFileChooserCompletionImpl::didChooseFile(const WebVector<SelectedFileInf
|
| delete this;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|