Index: ipc/ipc_message_utils_unittest.cc |
diff --git a/ipc/ipc_message_utils_unittest.cc b/ipc/ipc_message_utils_unittest.cc |
index fe2c4e38e7690c2d9dc0fc2f1082868e0e2aa4a0..ed33154da376e2610d264b378930c97e6f5a5214 100644 |
--- a/ipc/ipc_message_utils_unittest.cc |
+++ b/ipc/ipc_message_utils_unittest.cc |
@@ -8,6 +8,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
namespace IPC { |
+namespace { |
cpu_(ooo_6.6-7.5)
2013/01/11 20:06:13
rather than this nesting I recommend 'using' and j
|
// Tests nesting of messages as parameters to other messages. |
TEST(IPCMessageUtilsTest, NestedMessages) { |
@@ -66,4 +67,5 @@ TEST(IPCMessageUtilsTest, ParameterValidation) { |
ASSERT_FALSE(ParamTraits<FilePath>::Read(&message, &iter, &badPath)); |
} |
+} // namespace |
} // namespace IPC |