Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2013)

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebHeap.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/web/WebHeap.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698