| Index: Source/web/WebPluginLoadObserver.h
|
| diff --git a/Source/web/WebPluginLoadObserver.h b/Source/web/WebPluginLoadObserver.h
|
| index d8231b00566aa035e9dfc384e2306e0054e9d6bd..3e191686bda790dafd30e127c3af694dca2be4a0 100644
|
| --- a/Source/web/WebPluginLoadObserver.h
|
| +++ b/Source/web/WebPluginLoadObserver.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "public/platform/WebURL.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebPluginContainerImpl;
|
| struct WebURLError;
|
| @@ -62,6 +62,6 @@ private:
|
| void* m_notifyData;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|