Index: content/renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h |
diff --git a/content/renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h b/content/renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h |
index cf669d6f0f96f4587fa5dfb63e689e73f336805c..0e0c69a37be1e88a2644d2e6600630d14ce30a01 100644 |
--- a/content/renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h |
+++ b/content/renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h |
@@ -8,6 +8,7 @@ |
#include "ppapi/proxy/var_serialization_rules.h" |
namespace content { |
+namespace old { |
// Implementation of the VarSerializationRules interface for the browser plugin. |
class BrowserPluginVarSerializationRules : |
@@ -30,6 +31,7 @@ class BrowserPluginVarSerializationRules : |
DISALLOW_COPY_AND_ASSIGN(BrowserPluginVarSerializationRules); |
}; |
+} // namespace old |
} // namespace content |
#endif // CONTENT_RENDERER_BROWSER_PLUGIN_OLD_BROWSER_PLUGIN_VAR_SERIALIZATION_RULES_H_ |