| Index: public/web/WebPluginParams.h
|
| diff --git a/public/web/WebPluginParams.h b/public/web/WebPluginParams.h
|
| index af92acf7c59e23b51e723c4194ef632f2515a80a..c76a8797374505c041f6a7197e16954236081bd4 100644
|
| --- a/public/web/WebPluginParams.h
|
| +++ b/public/web/WebPluginParams.h
|
| @@ -35,7 +35,7 @@
|
| #include "../platform/WebURL.h"
|
| #include "../platform/WebVector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebPluginParams {
|
| WebURL url;
|
| @@ -45,6 +45,6 @@ struct WebPluginParams {
|
| bool loadManually;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|