Index: Source/web/WebHelperPluginImpl.h |
diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h |
index 8231c54bf886e064c00e989d23275dbd3c645e4a..8e98d3919ddcfa1fa82432f16182beb8476027ad 100644 |
--- a/Source/web/WebHelperPluginImpl.h |
+++ b/Source/web/WebHelperPluginImpl.h |
@@ -39,9 +39,9 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class HTMLObjectElement; |
-} // namespace WebCore |
+} // namespace blink |
namespace blink { |
@@ -66,10 +66,10 @@ private: |
virtual ~WebHelperPluginImpl(); |
bool initialize(const String& pluginType, WebLocalFrameImpl*); |
- void reallyDestroy(WebCore::Timer<WebHelperPluginImpl>*); |
+ void reallyDestroy(blink::Timer<WebHelperPluginImpl>*); |
- WebCore::Timer<WebHelperPluginImpl> m_destructionTimer; |
- RefPtrWillBePersistent<WebCore::HTMLObjectElement> m_objectElement; |
+ blink::Timer<WebHelperPluginImpl> m_destructionTimer; |
+ RefPtrWillBePersistent<blink::HTMLObjectElement> m_objectElement; |
RefPtr<WebPluginContainerImpl> m_pluginContainer; |
}; |