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

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 467573002: Cleanup namespace usage in Source/web/Web*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/WebFontImpl.h ('k') | Source/web/WebInputEventConversion.h » ('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 8e98d3919ddcfa1fa82432f16182beb8476027ad..19eb82fd3b08ffe64291b6bc4db5b3f4259dd0be 100644
--- a/Source/web/WebHelperPluginImpl.h
+++ b/Source/web/WebHelperPluginImpl.h
@@ -40,11 +40,8 @@
#include "wtf/text/WTFString.h"
namespace blink {
-class HTMLObjectElement;
-} // namespace blink
-
-namespace blink {
+class HTMLObjectElement;
class WebLocalFrameImpl;
class WebPluginContainerImpl;
@@ -66,10 +63,10 @@ private:
virtual ~WebHelperPluginImpl();
bool initialize(const String& pluginType, WebLocalFrameImpl*);
- void reallyDestroy(blink::Timer<WebHelperPluginImpl>*);
+ void reallyDestroy(Timer<WebHelperPluginImpl>*);
- blink::Timer<WebHelperPluginImpl> m_destructionTimer;
- RefPtrWillBePersistent<blink::HTMLObjectElement> m_objectElement;
+ Timer<WebHelperPluginImpl> m_destructionTimer;
+ RefPtrWillBePersistent<HTMLObjectElement> m_objectElement;
RefPtr<WebPluginContainerImpl> m_pluginContainer;
};
« no previous file with comments | « Source/web/WebFontImpl.h ('k') | Source/web/WebInputEventConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698