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

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/WebGlyphCache.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 17024ebf62c20a207cbf503101a376899c2b6a94..662921950542b45ca4883508a8307dcc30a3ae91 100644
--- a/Source/web/WebHelperPluginImpl.h
+++ b/Source/web/WebHelperPluginImpl.h
@@ -39,7 +39,7 @@ namespace WebCore {
class Page;
}
-namespace WebKit {
+namespace blink {
class HelperPluginChromeClient;
class HelperPluginFrameClient;
@@ -92,6 +92,6 @@ inline WebHelperPluginImpl* toWebHelperPluginImpl(WebWidget* widget)
return static_cast<WebHelperPluginImpl*>(widget);
}
-} // namespace WebKit
+} // namespace blink
#endif // WebHelperPluginImpl_h
« no previous file with comments | « Source/web/WebGlyphCache.cpp ('k') | Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698