| Index: Source/web/WebPluginContainerImpl.h
|
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
|
| index 1651a17372932fdd65665583438223f37e9614b8..47eebf462642b0d58caca17a6ede75e07369cf11 100644
|
| --- a/Source/web/WebPluginContainerImpl.h
|
| +++ b/Source/web/WebPluginContainerImpl.h
|
| @@ -56,7 +56,7 @@ class WheelEvent;
|
| class Widget;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebPrintParams;
|
|
|
| @@ -216,6 +216,6 @@ inline WebPluginContainerImpl* toPluginContainerImpl(WebPluginContainer* contain
|
| // This will catch anyone doing an unnecessary cast.
|
| void toPluginContainerImpl(const WebPluginContainerImpl*);
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|