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

Unified Diff: base/stats_table_unittest.cc

Issue 8160: Enable stats_tabe_unittest.cc on OS X. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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: 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
« base/process_util_mac.mm ('K') | « base/process_util_mac.mm ('k') | base/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698