Index: public/web/WebPluginAction.h |
diff --git a/public/web/WebPluginAction.h b/public/web/WebPluginAction.h |
index 89f12edcd0857225fa7efccdd2574e39db554a0c..fc039984ea35daf87b4e34d3298c050e6c1f7f78 100644 |
--- a/public/web/WebPluginAction.h |
+++ b/public/web/WebPluginAction.h |
@@ -31,7 +31,7 @@ |
#ifndef WebPluginAction_h |
#define WebPluginAction_h |
-namespace WebKit { |
+namespace blink { |
struct WebPluginAction { |
enum Type { |
@@ -49,6 +49,6 @@ struct WebPluginAction { |
: type(type), enable(enable) { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |