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

Unified Diff: public/web/WebPluginParams.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 | « public/web/WebPluginDocument.h ('k') | public/web/WebPluginScrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPluginParams.h
diff --git a/public/web/WebPluginParams.h b/public/web/WebPluginParams.h
index af92acf7c59e23b51e723c4194ef632f2515a80a..c76a8797374505c041f6a7197e16954236081bd4 100644
--- a/public/web/WebPluginParams.h
+++ b/public/web/WebPluginParams.h
@@ -35,7 +35,7 @@
#include "../platform/WebURL.h"
#include "../platform/WebVector.h"
-namespace WebKit {
+namespace blink {
struct WebPluginParams {
WebURL url;
@@ -45,6 +45,6 @@ struct WebPluginParams {
bool loadManually;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebPluginDocument.h ('k') | public/web/WebPluginScrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698