Index: base/stats_table_unittest.cc |
=================================================================== |
--- base/stats_table_unittest.cc (revision 4007) |
+++ base/stats_table_unittest.cc (working copy) |
@@ -15,9 +15,8 @@ |
#endif |
namespace { |
- class StatsTableTest : public MultiProcessTest { |
- }; |
-} |
+class StatsTableTest : public MultiProcessTest { |
+}; |
// Open a StatsTable and verify that we can write to each of the |
// locations in the table. |
@@ -377,3 +376,4 @@ |
EXPECT_EQ(2, table.GetCounterValue(L"c:bar")); |
} |
+} // namespace |