Index: content/plugin/plugin_main_linux.cc |
=================================================================== |
--- content/plugin/plugin_main_linux.cc (revision 163080) |
+++ content/plugin/plugin_main_linux.cc (working copy) |
@@ -13,6 +13,8 @@ |
// This whole file is only useful on 64-bit architectures. |
#if defined(ARCH_CPU_64_BITS) |
+namespace content { |
+ |
namespace { |
// Signal handler for SIGILL; see WorkaroundFlashLAHF(). |
@@ -67,4 +69,6 @@ |
sigaction(SIGILL, &action, NULL); |
} |
+} // namespace content |
+ |
#endif // defined(ARCH_CPU_64_BITS) |