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

Unified Diff: content/renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h

Issue 10829219: Browser Plugin: Move to old namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fix. Created 8 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
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_

Powered by Google App Engine
This is Rietveld 408576698