| Index: Source/web/WebPluginLoadObserver.cpp
|
| diff --git a/Source/web/WebPluginLoadObserver.cpp b/Source/web/WebPluginLoadObserver.cpp
|
| index 5ec59a60c73338857ac1b0955aede8a89eb4c915..2ca113f6ff4d51ec8acd21b17c056a26d515834d 100644
|
| --- a/Source/web/WebPluginLoadObserver.cpp
|
| +++ b/Source/web/WebPluginLoadObserver.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "WebPlugin.h"
|
| #include "WebPluginContainerImpl.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebPluginLoadObserver::~WebPluginLoadObserver()
|
| {
|
| @@ -54,4 +54,4 @@ void WebPluginLoadObserver::didFailLoading(const WebURLError& error)
|
| m_pluginContainer->plugin()->didFailLoadingFrameRequest(m_notifyURL, m_notifyData, error);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|