| Index: public/web/WebFileChooserParams.h
|
| diff --git a/public/web/WebFileChooserParams.h b/public/web/WebFileChooserParams.h
|
| index c651a11bbdc1dc953a1e31b21e928e99fa3c3e0f..2f8f40c652c034267c86c17768f630028166fe25 100644
|
| --- a/public/web/WebFileChooserParams.h
|
| +++ b/public/web/WebFileChooserParams.h
|
| @@ -35,7 +35,7 @@
|
| #include "../platform/WebVector.h"
|
| #include "WebFileChooserCompletion.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebFileChooserParams {
|
| // If |multiSelect| is true, the dialog allows the user to select multiple files.
|
| @@ -81,6 +81,6 @@ struct WebFileChooserParams {
|
| }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|